fix snprintf usage.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 10 Dec 2011 11:21:03 +0000 (09:21 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 10 Dec 2011 11:21:03 +0000 (09:21 -0200)
commit3b2099595b6b27cabbce60ac417d186c0a26d9d8
tree9f6b1eadd4cd10648a68699784901a9cc8d8125b
parent65a84f55912c158ea2319521aeaec04dae880c9c
fix snprintf usage.

snprintf() takes the full buffer size, including \0 and guarantees it
will be there.
libkmod/libkmod.c