+++ /dev/null
-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)
 
--- /dev/null
+Author: Gerfried Fuchs <rhonda@debian.org>   vim:ft=diff:
+Description: Let --datafile also work through -f short option
+==============================================================================
+Index: abook/abook.c
+===================================================================
+--- abook.orig/abook.c
++++ abook/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)