This commit is contained in:
Steve Checkoway
2005-12-20 03:27:17 +00:00
parent 99c41cde08
commit 0311b4256b
@@ -31,7 +31,7 @@ static void safe_print(int fd, ...)
va_list ap; va_list ap;
va_start( ap, fd ); va_start( ap, fd );
while(1) while( true )
{ {
const char *p = va_arg( ap, const char * ); const char *p = va_arg( ap, const char * );
if( p == NULL ) if( p == NULL )