[DVDnav-discuss] r1271 - trunk/libdvdread/src/md5.h
rathann
subversion at mplayerhq.hu
Sun Oct 6 23:39:42 CEST 2013
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
More information about the DVDnav-discuss
mailing list