summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-libs/sope/files/sope-r1660-NGHttp+WO.m.patch')
-rw-r--r--gnustep-libs/sope/files/sope-r1660-NGHttp+WO.m.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnustep-libs/sope/files/sope-r1660-NGHttp+WO.m.patch b/gnustep-libs/sope/files/sope-r1660-NGHttp+WO.m.patch
new file mode 100644
index 0000000..3e69505
--- /dev/null
+++ b/gnustep-libs/sope/files/sope-r1660-NGHttp+WO.m.patch
@@ -0,0 +1,11 @@
+--- ./sope-appserver/NGObjWeb/NGHttp+WO.m 2009-11-28 00:17:44.981468734 +0100
++++ ./sope-appserver/NGObjWeb/NGHttp+WO.m.new 2009-11-28 00:59:31.661468049 +0100
+@@ -383,7 +383,7 @@
+ NSString *s;
+ unsigned urilen;
+ char *uribuf;
+- const char *p = uribuf;
++ const char *p;
+ NGHashMap *map;
+
+ if ((s = [self uri]) == nil)