maint: fix a type coercion flagged by -Wformat.
commit5756e9af9addf1891b92c50f8bbb12ef08ca6334
authorGary V. Vaughan <gary@gnu.org>
Sun, 22 Sep 2013 09:54:41 +0000 (22 16:54 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sun, 22 Sep 2013 09:54:41 +0000 (22 16:54 +0700)
tree49ef2916578e3b31872a3f2812f69cb4a8d7c8d1
parent14a0629ba3b954f647bfaa2a72e18dc6a24b2d1a
maint: fix a type coercion flagged by -Wformat.

* modules/m4.c (maketemp): Don't pass a size_t as the precission
parameter to %.*s.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
modules/m4.c