mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
# Fix silly typo
This commit is contained in:
parent
e1334ec9bb
commit
e8b74e56c9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ PHPAPI int php_checkuid(const char *fn, int mode) {
|
||||||
* used to confuse the function.
|
* used to confuse the function.
|
||||||
*/
|
*/
|
||||||
while(s && *(s+1)=='\0' && s>fn) {
|
while(s && *(s+1)=='\0' && s>fn) {
|
||||||
s='\0';
|
*s='\0';
|
||||||
s = strrchr(fn,'/');
|
s = strrchr(fn,'/');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue