mirror of
https://github.com/curl/curl.git
synced 2026-05-13 19:06:20 +03:00
someone should hit me
This commit is contained in:
parent
d239fc5d04
commit
fd2aad1d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue