summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2004-03-28 15:56:28 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitbd9aff296e25be4192a081788374391fd81893f4 (patch)
tree9170b6c2cbc33b1670208491d5ffab65fc17df1a
parent08240db6e143ec21e8ed5f4e00bfe9dd16341e0e (diff)
downloadbbppp-bd9aff296e25be4192a081788374391fd81893f4.zip
bbppp-bd9aff296e25be4192a081788374391fd81893f4.tar.gz
- fix for multiline string
Changed files: bbppp-gcc33.patch -> 1.1
-rw-r--r--bbppp-gcc33.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/bbppp-gcc33.patch b/bbppp-gcc33.patch
new file mode 100644
index 0000000..b5ee343
--- /dev/null
+++ b/bbppp-gcc33.patch
@@ -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);
+ /*