summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/my-vsnprintf.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-07-01 15:42:36 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2008-07-01 15:42:36 +0000
commit6552be7f745c5a8d506148c8af9d367c9d996d24 (patch)
treeb9d673871a1490b64273a265d4d961316a2174db /Build/source/texk/xdvik/my-vsnprintf.h
parent48e2b240973977c208bc840b589b75b91a6f4c30 (diff)
xdvik 22.84.14
git-svn-id: svn://tug.org/texlive/trunk@9142 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/my-vsnprintf.h')
-rw-r--r--Build/source/texk/xdvik/my-vsnprintf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/xdvik/my-vsnprintf.h b/Build/source/texk/xdvik/my-vsnprintf.h
index a68ce8a9746..f25b277c0bf 100644
--- a/Build/source/texk/xdvik/my-vsnprintf.h
+++ b/Build/source/texk/xdvik/my-vsnprintf.h
@@ -37,7 +37,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <unistd.h> /* for pipe() */
#include "util.h" /* for xpipe() etc. */
-extern int my_vsnprintf(char *, int, const char *, va_list);
+extern int my_vsnprintf(char *, size_t, const char *, va_list);
#define VSNPRINTF(buf, len, format, args) my_vsnprintf(buf, len, format, args)
#endif /* HAVE_VSNPRINTF && HAVE_GOOD_VSNPRINTF */