From c2f892ec591a8a6499447761805db5a773db78f3 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 3 May 2012 20:31:06 +0200 Subject: [PATCH] Fix the dash-n.patch --- ltrace-0.6.0-dash-n.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);