git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@425 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-04-23 14:26:32 +00:00
parent 833725a662
commit 8c6e549540
3 changed files with 85 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
RCSID("$Id$");
int snprintf(char *s, int n, char *fmt, ...)
int snprintf(char *s, int n, const char *fmt, ...)
{
int ret;
va_list ap;