Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 532356
Collapse All | Expand All

(-)libodbc++-0.2.5-orig/src/dtconv.h (-1 / +1 lines)
Lines 113-119 Link Here
113
    snprintf(buf,LONG_STR_LEN,
113
    snprintf(buf,LONG_STR_LEN,
114
# endif
114
# endif
115
# if defined(PRId64)
115
# if defined(PRId64)
116
             ODBCXX_STRING_PERCENT PRId64
116
             "%" PRId64
117
# elif ODBCXX_SIZEOF_LONG==8
117
# elif ODBCXX_SIZEOF_LONG==8
118
             ODBCXX_STRING_CONST("%ld")
118
             ODBCXX_STRING_CONST("%ld")
119
# else
119
# else

Return to bug 532356