]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Typo.
authorSimon Josefsson <simon@josefsson.org>
Fri, 9 Feb 2007 14:08:58 +0000 (14:08 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 9 Feb 2007 14:08:58 +0000 (14:08 +0000)
lib/gnutls_str.c

index a03f00f4b863446c3460b61b328cf89b78654e75..3b0a441b987e2f8794ace2abdb122eb5cf329fe9 100644 (file)
@@ -227,7 +227,7 @@ _gnutls_string_append_data (gnutls_string * dest, const void *data,
     }
 }
 
-#include <vasnprintf.h>
+#include <vasprintf.h>
 
 int
 _gnutls_string_append_printf (gnutls_string * dest, const char *fmt, ...)