]> granicus.if.org Git - php/commitdiff
Missing RETURN_TRUE inside the PHP_ZIP_SET_FILE_COMMENT macro
authorHannes Magnusson <bjori@php.net>
Wed, 25 Oct 2006 12:32:10 +0000 (12:32 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 25 Oct 2006 12:32:10 +0000 (12:32 +0000)
ext/zip/php_zip.c

index a6b47c3dadea01282171a01f74c79ae093f30bcf..e89c31bd45909af01db0fea75c5f4786dd86b483 100644 (file)
@@ -65,7 +65,8 @@ static int le_zip_entry;
                } \
        } else if (zip_set_file_comment(intern, index, comment, comment_len) < 0) { \
                RETURN_FALSE; \
-       }
+       } \
+       RETURN_TRUE;
 
 /* }}} */