stdout, i said!

This commit is contained in:
Peter 2011-05-23 21:35:40 +02:00
parent 072daaee0a
commit f5a5dde412
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ OSMPBF::Blob blob;
OSMPBF::HeaderBlock osmheader;
/**
* prints a formatted message to stderr, optionally color coded
* prints a formatted message to stdout, optionally color coded
*/
void msg(const char* format, int color, va_list args) {
fprintf(stdout, "\x1b[0;%dm", color);