]> git.pld-linux.org Git - packages/bmtools.git/blame - bmtools-gcc2.95.4.patch
- tabs in preamble
[packages/bmtools.git] / bmtools-gcc2.95.4.patch
CommitLineData
66d9f79c
ŁJM
1diff -urP bmtools-0.7.orig/lib.c bmtools-0.7/lib.c
2--- bmtools-0.7.orig/lib.c Sun Apr 6 04:55:01 2003
3+++ bmtools-0.7/lib.c Sun Apr 6 04:55:23 2003
4@@ -104,6 +104,8 @@
5 unsigned char quotemode = 0;
6
7 int n = 0;
8+
9+ unsigned char c;
10
11 // printf("New explode.\n");
12
13@@ -157,7 +159,6 @@
14 if(start[marker] == '\\')
15 {
16 marker++;
17- unsigned char c;
18 if(!start[marker]) break;
19 switch(start[marker])
20 {
21@@ -254,4 +255,4 @@
22 *ip = sin.s_addr;
23 return(h);
24 }
25-
26\ No newline at end of file
27+
This page took 0.073476 seconds and 4 git commands to generate.