mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
- No C++ comments in C files!
This commit is contained in:
+1
-1
@@ -5263,7 +5263,7 @@ ZEND_API size_t zend_dirname(char *path, size_t len)
|
||||
if (len_adjust == 0) {
|
||||
path[0] = '.';
|
||||
path[1] = '\0';
|
||||
return 1; //only one character
|
||||
return 1; /* only one character */
|
||||
} else {
|
||||
path[0] = '\0';
|
||||
return len_adjust;
|
||||
|
||||
Reference in New Issue
Block a user