File: fix-printf-usage.patch

package info (click to toggle)
dvi2dvi 2.0alpha-13
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 928 kB
  • sloc: ansic: 6,645; makefile: 96; sh: 8
file content (15 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Subject: Fix printf usage
Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Date: 2017-01-13

--- a/run.c
+++ b/run.c
@@ -251,7 +251,7 @@
 char c;
 {
     (void)fprintf(stderr, "%c is not a legal flag\n", c);
-    (void)fprintf(stderr, "Usage: %s %s\n\t%s\n\t%s\n",
+    (void)fprintf(stderr, "Usage: %s %s\n\t%s\n\t%s\n\t%s\n",
 		  G_progname,
 		  "[-d] [-f n] [-i file] [-l] [-m{0|h|1|2|3|4|5}] [-m mag]",
 		  "[-n n] [-o option] [-q] [-r] [-s file] [-t n] [-w]",