]> git.sur5r.net Git - openldap/commitdiff
Fix typo in comment
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 27 Jun 2003 19:12:07 +0000 (19:12 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 27 Jun 2003 19:12:07 +0000 (19:12 +0000)
libraries/liblber/stdio.c

index d652439fbd1c17087cd9bd7f57966031784dff86..7188ccf887c16d29b4072217c56f52eaf6594fb7 100644 (file)
@@ -75,7 +75,7 @@ int ber_pvt_snprintf( char *str, size_t n, const char *fmt, ... )
        va_end( ap );
        return res;
 }
-#endif /* !HAVE_VSNPRINTF */
+#endif /* !HAVE_SNPRINTF */
 
 #ifdef HAVE_EBCDIC
 /* stdio replacements with ASCII/EBCDIC translation for OS/390.