diff --git a/ltrace-0.6.0-dash-n.patch b/ltrace-0.6.0-dash-n.patch index d411434..461b91d 100644 --- a/ltrace-0.6.0-dash-n.patch +++ b/ltrace-0.6.0-dash-n.patch @@ -4,7 +4,7 @@ index d5edc1a..8dce7f8 100644 +++ b/options.c @@ -494,9 +494,19 @@ process_options(int argc, char **argv) case 'L': - options.libcalls = 0; + libcalls = 0; break; - case 'n': - options.indent = atoi(optarg);