]> granicus.if.org Git - php/commitdiff
no C++ comments
authorMarcus Boerger <helly@php.net>
Tue, 29 Oct 2002 13:26:44 +0000 (13:26 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 29 Oct 2002 13:26:44 +0000 (13:26 +0000)
#args sorry on that & thx jani

ext/standard/file.c

index 51109049439711c9cd417a08cfa3cb989e9b52e0..048c723f7a9a49ff59f50b4dca4ad0d1be74a97b 100644 (file)
@@ -501,7 +501,7 @@ PHP_FUNCTION(file)
                        p++;
                        parse_eol:
                        if (PG(magic_quotes_runtime)) {
-                               // s is in target_buf which is freed at the end of the function
+                               /* s is in target_buf which is freed at the end of the function */
                                slashed = php_addslashes(s, (p-s), &len, 0 TSRMLS_CC);
                                add_index_stringl(return_value, i++, slashed, len, 0);
                        } else {