# Fix silly typo

This commit is contained in:
Rasmus Lerdorf 2000-01-08 14:36:12 +00:00
parent e1334ec9bb
commit e8b74e56c9

View file

@ -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,'/');
} }