]> granicus.if.org Git - php/commitdiff
fix faulty & in check for creation of phar manifest
authorGreg Beaver <cellog@php.net>
Sat, 23 Feb 2008 21:33:46 +0000 (21:33 +0000)
committerGreg Beaver <cellog@php.net>
Sat, 23 Feb 2008 21:33:46 +0000 (21:33 +0000)
ext/phar/util.c

index 83ba4f5723d644bf159b8ce39c8fdcedfe178d7c..92227ffe79606847f3a9daf4177b98eee9312fd1 100644 (file)
@@ -782,7 +782,7 @@ phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, in
                return NULL;
        }
 
-       if (!&phar->manifest.arBuckets) {
+       if (!phar->manifest.arBuckets) {
                return NULL;
        }
        if (is_dir) {