]> git.pld-linux.org Git - packages/SVGATextMode.git/commitdiff
- compilation fix
authorwitekfl <witekfl@poczta.onet.pl>
Thu, 14 Mar 2013 14:49:39 +0000 (15:49 +0100)
committerwitekfl <witekfl@poczta.onet.pl>
Thu, 14 Mar 2013 14:49:39 +0000 (15:49 +0100)
SVGATextMode-format_security.patch [new file with mode: 0644]

diff --git a/SVGATextMode-format_security.patch b/SVGATextMode-format_security.patch
new file mode 100644 (file)
index 0000000..c066c82
--- /dev/null
@@ -0,0 +1,11 @@
+--- SVGATextMode-1.10/grabmode.c.old   2013-03-14 15:45:57.126016309 +0100
++++ SVGATextMode-1.10/grabmode.c       2013-03-14 15:46:19.759699662 +0100
+@@ -272,7 +272,7 @@ int main (int argc, char* argv[])
+        if ((1<<i)==MSG_CLOCK_MEASUREMENTS)
+          fprintf(stderr, mode_messages[i].msg_txt,m.valid_measurements);
+        else
+-         fprintf(stderr, mode_messages[i].msg_txt);
++         fputs(mode_messages[i].msg_txt, stderr);
+        fputc('\n', stderr);
+      }
+    }
This page took 0.093092 seconds and 4 git commands to generate.