[ltrace] Fix the dash-n.patch

Petr Machata pmachata at fedoraproject.org
Thu May 3 18:31:25 UTC 2012


commit c2f892ec591a8a6499447761805db5a773db78f3
Author: Petr Machata <pmachata at redhat.com>
Date:   Thu May 3 20:31:06 2012 +0200

    Fix the dash-n.patch

 ltrace-0.6.0-dash-n.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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);


More information about the scm-commits mailing list