fix -Wformat-security warning
commitbc92b7d99d4d3a15ae467246bbf45aefe2db0c89
authorEric Wong <e@80x24.org>
Fri, 3 Oct 2014 01:26:38 +0000 (3 01:26 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 3 Oct 2014 02:02:19 +0000 (3 02:02 +0000)
treeb09c01d24940e62ae0383ef8a0910dbbc7157578
parent3b3e4c74fe0e05cd681c332ca4498cf3505662ce
fix -Wformat-security warning

In our case, it was actually harmless because tdb_errorstr
only returns trusted data, but the warning is ugly.
ext/tdb/tdb.c