diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-10 19:18:42 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-10 19:18:42 +0000 |
commit | 40631d2f25f5f9baec97095df6931e3a116c9def (patch) | |
tree | f55342ae5ab714fbd9227afa7bd1df6b68dd40c0 /databases/mdbtools/files/patch-backend.c | |
parent | - update to 2.16.0 (diff) |
databases/mdbtools: update to 0.7.1
- Update to 0.7.1
- Chase API change in dependent ports
- Allow staging
- Add LICENSE (GPLv2)
- Pass maintainership to submitter
PR: ports/182973
Submitted by: Rainer Hurling <rhurlin gwdg.de>
Notes
Notes:
svn path=/head/; revision=333427
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; |