]> granicus.if.org Git - php/commitdiff
Restored the good part of 74ee335 that was just reverted.
authorGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 28 Mar 2012 07:43:41 +0000 (08:43 +0100)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 28 Mar 2012 07:43:41 +0000 (08:43 +0100)
ext/fileinfo/libmagic/magic.c

index ff9da7f4fe91e3a4e57599dfbb360bb7dec8ac0f..b4818aed55704ce311365cb75564fdd82b083f00 100644 (file)
@@ -92,6 +92,7 @@ private const char *file_or_stream(struct magic_set *, const char *, php_stream
 #endif
 
 /* XXX this functionality is excluded in php, enable it in apprentice.c:340 */
+#if 0
 private const char *
 get_default_magic(void)
 {
@@ -215,6 +216,7 @@ magic_getpath(const char *magicfile, int action)
 
        return action == FILE_LOAD ? get_default_magic() : MAGIC;
 }
+#endif
 
 public struct magic_set *
 magic_open(int flags)