fix faulty & in check for creation of phar manifest

This commit is contained in:
Greg Beaver 2008-02-23 21:33:46 +00:00
parent 588f0660e9
commit a8d0c64662

View 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) {