]> granicus.if.org Git - php/commitdiff
- WS fix to test commit
authorAndi Gutmans <andi@php.net>
Sat, 16 Oct 2004 23:16:50 +0000 (23:16 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 16 Oct 2004 23:16:50 +0000 (23:16 +0000)
Zend/zend_compile.c

index d18c2c1726b7c5e83e283443a1be5fb887f0d8f4..e660a323642b4592f3d67a7b10abb85b5b357ca0 100644 (file)
@@ -181,7 +181,7 @@ ZEND_API char *zend_set_compiled_filename(char *new_compiled_filename TSRMLS_DC)
        char **pp, *p;
        int length = strlen(new_compiled_filename);
 
-       if (zend_hash_find(&CG(filenames_table), new_compiled_filename, length+1, (void **) &pp)==SUCCESS) {
+       if (zend_hash_find(&CG(filenames_table), new_compiled_filename, length+1, (void **) &pp) == SUCCESS) {
                CG(compiled_filename) = *pp;
                return *pp;
        }