From f5a5dde412c26dd551d3527c85064433629a71e3 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 23 May 2011 21:35:40 +0200 Subject: [PATCH] stdout, i said! --- tools/osmpbf-outline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osmpbf-outline.cpp b/tools/osmpbf-outline.cpp index b47f004..e265c9c 100644 --- a/tools/osmpbf-outline.cpp +++ b/tools/osmpbf-outline.cpp @@ -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);