diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2004-10-01 11:27:14 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-01 11:27:14 +0000 | 
| commit | fd2aad1d9b3a2cbb3f9e2c90e7681c2f0516ec01 (patch) | |
| tree | a47e31b841b4084f892381b2ec115b0024584a29 | |
| parent | d239fc5d04b0c0a961fc766301912f561c79bd37 (diff) | |
someone should hit me
| -rw-r--r-- | lib/formdata.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formdata.c b/lib/formdata.c index affaf4b6d..e03d75aea 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -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;  }  | 
