src/libFLAC/stream_decoder.c : Fix NULL de-reference. am: 83a817d200 am: 5e39e0d829 am: 10c2965d9b am: 1fa69f344f am: 709f40556d
am: 1118807bd4

Change-Id: I9eeef6c2d22b690822d1759cd63674673a07bbae
diff --git a/config.h b/config.h
index f168a69..856866e 100644
--- a/config.h
+++ b/config.h
@@ -130,7 +130,7 @@
 /* #undef WORDS_BIGENDIAN */
 
 /* Number of bits in a file offset, on hosts where this is settable. */
-#define _FILE_OFFSET_BITS 64
+/* #define _FILE_OFFSET_BITS 64 */
 
 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
 /* #undef _LARGEFILE_SOURCE */