File: 02-align-flag.patch

package info (click to toggle)
osdsh 0.7.0-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: ansic: 1,064; tcl: 335; makefile: 69
file content (21 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Joachim Breitner <nomeata@debian.org>
Date: Thu, 30 Sep 2004 20:35:07 +0200
Subject: No description.

---
 src/osdsh/osdsh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/osdsh/osdsh.c b/src/osdsh/osdsh.c
index 08567b8..f80558d 100644
--- a/src/osdsh/osdsh.c
+++ b/src/osdsh/osdsh.c
@@ -65,7 +65,7 @@ void parse_args(int argc, char *argv[], settings_t * settings)
 	{"align", 1, 0, 'a'},
 	{"nice", 1, 0, 'n'}
     };
-    while ((c = getopt_long(argc, argv, "hm:f:c:p:d:o:n:", opts, &opt_index)) >= 0) {
+    while ((c = getopt_long(argc, argv, "hm:f:c:p:d:o:a:n:", opts, &opt_index)) >= 0) {
 	switch (c) {
 	case 'h':
 	    usage(0, NULL, NULL);