diff options
Diffstat (limited to 'databases/mdbtools/files/patch-backend.c')
-rw-r--r-- | databases/mdbtools/files/patch-backend.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mdbtools/files/patch-backend.c b/databases/mdbtools/files/patch-backend.c deleted file mode 100644 index 463faf0043aa..000000000000 --- a/databases/mdbtools/files/patch-backend.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libmdb/backend.c Tue Dec 10 18:35:25 2002 -+++ src/libmdb/backend.c Tue Apr 8 16:19:29 2003 -@@ -114,6 +114,5 @@ - { --char buf[100]; -+ static char buf[16]; - if (col_type > 0x10) { -- // return NULL; -- sprintf(buf,"type %04x", col_type); -+ snprintf(buf, sizeof(buf), "type %04x", col_type); - return buf; |