Index: head/databases/libodbc++/files/patch-src-datetime.cpp =================================================================== --- head/databases/libodbc++/files/patch-src-datetime.cpp (nonexistent) +++ head/databases/libodbc++/files/patch-src-datetime.cpp (revision 460060) @@ -0,0 +1,11 @@ +--- src/datetime.cpp.orig 2018-01-26 22:55:42.426793000 +0000 ++++ src/datetime.cpp 2018-01-26 22:56:08.411257000 +0000 +@@ -272,7 +272,7 @@ + # endif + #endif + ,ODBCXX_STRING_CONST("%09d"),nanos_); +- buf[9] = NULL;// Terminate string ++ buf[9] = '\0';// Terminate string + ret+=ODBCXX_STRING(buf); + } + return ret; Property changes on: head/databases/libodbc++/files/patch-src-datetime.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property