1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Doc update.

This commit is contained in:
hniksic 2005-07-08 00:36:59 -07:00
parent 5b52e5658d
commit 4a0417f00b

View File

@ -175,6 +175,9 @@ aprintf (const char *fmt, ...)
int size = 32;
char *str = xmalloc (size);
/* #### This code will infloop and eventually abort in xrealloc if
passed a FMT that causes snprintf to consistently return -1. */
while (1)
{
int n;