changeset 405:0d2d897a6558 src

logs belong to stderr, not stdout; patch by John Stebbins
author nicodvb
date Tue, 01 Jun 2010 10:02:38 +0000
parents d16ee5945580
children 1be2ffbeeb23
files dvdnav_internal.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dvdnav_internal.h	Tue Jun 01 10:01:33 2010 +0000
+++ b/dvdnav_internal.h	Tue Jun 01 10:02:38 2010 +0000
@@ -60,7 +60,7 @@
 #endif /* WIN32 */
 
 /* where should libdvdnav write its messages (stdout/stderr) */
-#define MSG_OUT stdout
+#define MSG_OUT stderr
 
 /* Maximum length of an error string */
 #define MAX_ERR_LEN 255