[matroska] r834 - trunk/DvdMenuXtractor
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2004-09-23 18:54:29 +0400 (Thu, 23 Sep 2004)
New Revision: 834
Modified:
trunk/DvdMenuXtractor/VobParser.cpp
Log:
allow debugging trough the log window
Modified: trunk/DvdMenuXtractor/VobParser.cpp
===================================================================
--- trunk/DvdMenuXtractor/VobParser.cpp 2004-09-21 09:22:00 UTC (rev 833)
+++ trunk/DvdMenuXtractor/VobParser.cpp 2004-09-23 14:54:29 UTC (rev 834)
@@ -69,7 +69,8 @@
#else
#define inc_lvl()
#define dec_lvl()
-void DebugLog(const char *fmt,...) { }
+//void DebugLog(const char *fmt,...) { }
+#define DebugLog myfprintf
#endif
// ----------------------------------------------------------------------------