]> git.pld-linux.org Git - packages/bmtools.git/commitdiff
4e5a33eeafff28ceb5892c535236c109 bmtools-gcc2.95.4.patch
authorŁukasz Jarosław Mozer <lukasz.mozer@gmail.com>
Sun, 6 Apr 2003 02:59:30 +0000 (02:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmtools-gcc2.95.4.patch -> 1.1

bmtools-gcc2.95.4.patch [new file with mode: 0644]

diff --git a/bmtools-gcc2.95.4.patch b/bmtools-gcc2.95.4.patch
new file mode 100644 (file)
index 0000000..8c131a0
--- /dev/null
@@ -0,0 +1,27 @@
+diff -urP bmtools-0.7.orig/lib.c bmtools-0.7/lib.c
+--- bmtools-0.7.orig/lib.c     Sun Apr  6 04:55:01 2003
++++ bmtools-0.7/lib.c  Sun Apr  6 04:55:23 2003
+@@ -104,6 +104,8 @@
+       unsigned char quotemode = 0;
+       
+       int n = 0;
++
++      unsigned char c;
+       
+ //    printf("New explode.\n");
+       
+@@ -157,7 +159,6 @@
+                               if(start[marker] == '\\')
+                               {
+                                       marker++;
+-                                      unsigned char c;
+                                       if(!start[marker]) break;
+                                       switch(start[marker])
+                                       {
+@@ -254,4 +255,4 @@
+       *ip = sin.s_addr;
+       return(h);
+ }
+-                                                          
+\ No newline at end of file
++                                                          
This page took 0.078415 seconds and 4 git commands to generate.