Fix compilation error.
Obtained from: upstream Feature safe: yes
This commit is contained in:
parent
9a5df57062
commit
9f3d68b429
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306963
1 changed files with 11 additions and 0 deletions
11
databases/libodbc++/files/patch-src-dtconv.h
Normal file
11
databases/libodbc++/files/patch-src-dtconv.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/dtconv.h.orig 2012-11-04 17:17:28.000000000 +0700
|
||||
+++ src/dtconv.h 2012-11-04 17:17:56.000000000 +0700
|
||||
@@ -113,7 +113,7 @@
|
||||
snprintf(buf,LONG_STR_LEN,
|
||||
# endif
|
||||
# if defined(PRId64)
|
||||
- ODBCXX_STRING_PERCENT PRId64
|
||||
+ ODBCXX_STRING_CONST("%") PRId64
|
||||
# elif ODBCXX_SIZEOF_LONG==8
|
||||
ODBCXX_STRING_CONST("%ld")
|
||||
# else
|
Loading…
Reference in a new issue