]> git.deb.at Git - pkg/abook.git/blobdiff - debian/patches/03_datafile-f-switch
minor patch cosmetic changes
[pkg/abook.git] / debian / patches / 03_datafile-f-switch
diff --git a/debian/patches/03_datafile-f-switch b/debian/patches/03_datafile-f-switch
deleted file mode 100644 (file)
index 90bec8d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Author: Gerfried Fuchs <rhonda@debian.org>     vim:ft=diff:
-Description: Let --datafile also work through -f short option
-
---- a/abook.c
-+++ b/abook.c
-@@ -342,7 +342,7 @@ parse_command_line(int argc, char **argv
-                       { 0, 0, 0, 0 }
-               };
--              c = getopt_long(argc, argv, "hC:",
-+              c = getopt_long(argc, argv, "hC:f:",
-                               long_options, &option_index);
-               if(c == -1)