mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Doc update.
This commit is contained in:
parent
5b52e5658d
commit
4a0417f00b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user