]> git.pld-linux.org Git - packages/console-tools.git/commitdiff
- gcc "linebreaks" (don't know how to call this fix)
authordeejay1 <deejay1@pld-linux.org>
Thu, 23 Oct 2003 20:13:13 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    console-tools-gcc.patch -> 1.1

console-tools-gcc.patch [new file with mode: 0644]

diff --git a/console-tools-gcc.patch b/console-tools-gcc.patch
new file mode 100644 (file)
index 0000000..b8d8252
--- /dev/null
@@ -0,0 +1,15 @@
+diff -ur console-tools-0.3.3/contrib/codepage.c console-tools-0.3.3-multiline/contrib/codepage.c
+--- console-tools-0.3.3/contrib/codepage.c     1999-08-25 23:27:40.000000000 +0200
++++ console-tools-0.3.3-multiline/contrib/codepage.c   2003-10-23 21:58:26.783876888 +0200
+@@ -228,9 +228,8 @@
+       if (optc)
+         return 0;
+-        fprintf(stderr, "\
+-Warning: CP format is a hack!\n
+-         The files produced may or may not be usable!\n");
++        fprintf(stderr, "Warning: CP format is a hack!\n"
++         "The files produced may or may not be usable!\n");
+       sprintf(outfile, "%d.cp", CPEntryHeader.codepage);
+       if ((out = fopen(outfile, "w")) == NULL) {
This page took 0.07361 seconds and 4 git commands to generate.