snprintf: play nice with static checker
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 May 2013 05:46:04 +0000 (07:46 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 May 2013 05:46:04 +0000 (07:46 +0200)
commit402147a0ffcc8fb0a1784a6d880fac318038e686
tree6a81fcf855200b9b86302046e29750b21ebc82a1
parent5e6df7eabfed640cc83d227ae8bed3de75a56694
snprintf: play nice with static checker

Coverity complains that we pass a singleton as an array. Transform it
into an array of size 1.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
snprintf/snprintf.c
This page took 0.024671 seconds and 4 git commands to generate.