# HG changeset patch
# User Darren Salt <[EMAIL PROTECTED]>
# Date 1181169379 -3600
# Node ID df73844e8a47005bef76ffe6cd9323d8e6a1c218
# Parent  01428fb2c74ac1b6e1b083b276145fda18d2e67f
Correctly check for LOG being defined.

diff -r df73844e8a47005bef76ffe6cd9323d8e6a1c218 -r 
01428fb2c74ac1b6e1b083b276145fda18d2e67f src/xine-engine/configfile.c
--- a/src/xine-engine/configfile.c      Wed Jun 06 23:36:19 2007 +0100
+++ b/src/xine-engine/configfile.c      Thu May 31 15:26:32 2007 +0100
@@ -1450,7 +1450,7 @@ static char* config_register_serialized_
   }
   enum_values[value_count] = NULL;
 
-#if LOG  
+#ifdef LOG  
   printf("config entry deserialization:\n");
   printf("  key        : %s\n", key);
   printf("  type       : %d\n", type);

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to