diff options
Diffstat (limited to 'editors/patch_bbox.c')
-rw-r--r-- | editors/patch_bbox.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/patch_bbox.c b/editors/patch_bbox.c index aae7b79..8e09ef4 100644 --- a/editors/patch_bbox.c +++ b/editors/patch_bbox.c @@ -111,10 +111,9 @@ int patch_main(int argc UNUSED_PARAM, char **argv) "no-backup-if-mismatch\0" No_argument "\xff" /*ignored*/ # endif ; - applet_long_options = patch_longopts; #endif /* -f,-E,-g are ignored */ - opt = getopt32(argv, "p:i:RN""fEg:", &p, &i, NULL); + opt = getopt32long(argv, "p:i:RN""fEg:", patch_longopts, &p, &i, NULL); if (opt & OPT_R) plus = '-'; patch_level = xatoi(p); /* can be negative! */ |