aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-01 11:27:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-01 11:27:14 +0000
commitfd2aad1d9b3a2cbb3f9e2c90e7681c2f0516ec01 (patch)
treea47e31b841b4084f892381b2ec115b0024584a29 /lib
parentd239fc5d04b0c0a961fc766301912f561c79bd37 (diff)
someone should hit me
Diffstat (limited to 'lib')
-rw-r--r--lib/formdata.c2
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;
}