]> git.deb.at Git - pkg/abook.git/blob - debian/patches/03_datafile-f-switch
New upstream release which incorporated patches 02_fix-manpage and 727245.
[pkg/abook.git] / debian / patches / 03_datafile-f-switch
1 Author: Gerfried Fuchs <rhonda@debian.org>      vim:ft=diff:
2 Description: Let --datafile also work through -f short option
3
4 --- a/abook.c
5 +++ b/abook.c
6 @@ -342,7 +342,7 @@ parse_command_line(int argc, char **argv
7                         { 0, 0, 0, 0 }
8                 };
9  
10 -               c = getopt_long(argc, argv, "hC:",
11 +               c = getopt_long(argc, argv, "hC:f:",
12                                 long_options, &option_index);
13  
14                 if(c == -1)