commit | 5721cdbcdba76eef854a30e7e56e328eae976e44 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Feb 16 13:22:38 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Feb 16 13:22:38 2013 +0100 |
tree | f351c5cc5069ccb70d0a7743f318e8377b3e5d7b | |
parent | 48e4c1bf4dcfa9730c4ac4fc9b8d115569ef389b [diff] [blame] |
Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALID Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/pathtrace.c b/pathtrace.c index 12e47e9..1a7d1db 100644 --- a/pathtrace.c +++ b/pathtrace.c
@@ -162,7 +162,7 @@ if (selected[0] == NULL) return 1; - if (!SCNO_IN_RANGE(tcp->scno)) + if (!SCNO_IS_VALID(tcp->scno)) return 0; s = &sysent[tcp->scno];