src/util.{c,h}: use report more often.

NEWS - what's up
This commit is contained in:
rocky
2004-11-06 09:16:04 +00:00
parent f4a22b5fe6
commit 10e8259fba
3 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: util.c,v 1.26 2004/11/06 03:17:31 rocky Exp $
$Id: util.c,v 1.27 2004/11/06 09:16:04 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -478,8 +478,8 @@ print_drive_capabilities(cdio_drive_read_cap_t i_read_cap,
}
}
/* Common place for Output routine. Some environments like XBOX may not
stdout and stderr. */
/*! Common place for output routine. In some environments, like XBOX,
it may not be desireable to send output to stdout and stderr. */
void
report (FILE *stream, const char *psz_format, ...)
{