]> git.pld-linux.org Git - packages/bbppp.git/commitdiff
- fix for multiline string
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Mar 2004 15:56:28 +0000 (15:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbppp-gcc33.patch -> 1.1

bbppp-gcc33.patch [new file with mode: 0644]

diff --git a/bbppp-gcc33.patch b/bbppp-gcc33.patch
new file mode 100644 (file)
index 0000000..b5ee343
--- /dev/null
@@ -0,0 +1,11 @@
+--- bbppp-0.2.3/main.cc.orig   2001-04-28 12:32:24.000000000 +0200
++++ bbppp-0.2.3/main.cc        2004-03-28 17:59:16.152445184 +0200
+@@ -42,7 +42,7 @@
+                             "};
+       fprintf(stdout,"\n%s version %s \n",BBTOOL,BBTOOL_VERSION);
+-      fprintf(stdout,"Usage:
++      fprintf(stdout,"Usage:\n\
+               %s [options]\n",BBTOOL);
+       fprintf(stdout, "%s", usageOptions);
+       /*
This page took 0.125963 seconds and 4 git commands to generate.