someone should hit me

This commit is contained in:
Daniel Stenberg 2004-10-01 11:27:14 +00:00
parent d239fc5d04
commit fd2aad1d9b

View File

@ -947,7 +947,7 @@ char *basename(char *path)
else if(s1)
path = s1 + 1;
else if(s2)
path = s1 + 1;
path = s2 + 1;
return path;
}