]> git.pld-linux.org Git - packages/SVGATextMode.git/commitdiff
- fixes non-terminated strings in gcc3.3
authorTomasz Pala <gotar@pld-linux.org>
Wed, 25 Jun 2003 13:53:18 +0000 (13:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SVGATextMode-gcc33.patch -> 1.1

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

diff --git a/SVGATextMode-gcc33.patch b/SVGATextMode-gcc33.patch
new file mode 100644 (file)
index 0000000..021e008
--- /dev/null
@@ -0,0 +1,26 @@
+diff -urN SVGATextMode-1.10.orig/probeclocks.c SVGATextMode-1.10/probeclocks.c
+--- SVGATextMode-1.10.orig/probeclocks.c       1998-09-05 16:16:32.000000000 +0200
++++ SVGATextMode-1.10/probeclocks.c    2003-06-25 15:48:09.000000000 +0200
+@@ -54,14 +54,14 @@
+ void usage()
+ {
+-     PMESSAGE(("version %s. (c) 1995,1996,1997 Koen Gadeyne.\n Usage: %s [options]\n\n\
+-     Options: -n  Don't program VGA hardware (rather useless)\n\
+-              -d  print debugging information\n\
+-              -h  print usage information\n\
+-              -f  fast mode: probe only one clock `precisely', and the rest faster
+-                  and less accurate (XFree86 method for all but the first probe)
+-              -t <ConfigFile>  Use alternative config file instead of the default\n\
+-                 (= %s if that exists, or %s otherwise)\n\n",
++     PMESSAGE(("version %s. (c) 1995,1996,1997 Koen Gadeyne.\n Usage: %s [options]\n\n"
++"     Options: -n  Don't program VGA hardware (rather useless)\n"
++"              -d  print debugging information\n"
++"              -h  print usage information\n"
++"              -f  fast mode: probe only one clock `precisely', and the rest faster\n"
++"                  and less accurate (XFree86 method for all but the first probe)\n"
++"              -t <ConfigFile>  Use alternative config file instead of the default\n"
++"                 (= %s if that exists, or %s otherwise)\n\n",
+      VERSION, CommandName, CLOCK_CONF_FILE, CONFIGFILE));
+ }
This page took 0.03046 seconds and 4 git commands to generate.