[svn] Doc update.

This commit is contained in:
hniksic 2005-07-08 00:36:59 -07:00
parent 5b52e5658d
commit 4a0417f00b
1 changed files with 3 additions and 0 deletions

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;