Author: rathann
Date: Sun Oct  6 23:39:42 2013
New Revision: 1271

Log:
Fix undefined variable warning in md5.h.

Patch by Erik Auerswald.

Modified:
   trunk/libdvdread/src/md5.h

Modified: trunk/libdvdread/src/md5.h
==============================================================================
--- trunk/libdvdread/src/md5.h  Sun Oct  6 23:34:05 2013        (r1270)
+++ trunk/libdvdread/src/md5.h  Sun Oct  6 23:39:42 2013        (r1271)
@@ -23,7 +23,7 @@
 
 #include <stdio.h>
 
-#if defined HAVE_LIMITS_H || _LIBC
+#if defined HAVE_LIMITS_H || defined _LIBC
 # include <limits.h>
 #endif
 
_______________________________________________
DVDnav-discuss mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss

Reply via email to