From d3c1526f71a083b98b7ac8833434cd0347d8fc7f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 1 Aug 2021 13:41:13 -0700 Subject: Cleanup of space/line skipping code --- bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bp.c') diff --git a/bp.c b/bp.c index b909c2b..6dec579 100644 --- a/bp.c +++ b/bp.c @@ -562,7 +562,7 @@ int main(int argc, char *argv[]) if (!s) { fprint_line(stdout, arg_file, arg_file->start, arg_file->end, "Failed to compile the skip argument"); - } else if (after_spaces(s->end) < arg_file->end) { + } else if (after_spaces(s->end, true) < arg_file->end) { fprint_line(stdout, arg_file, s->end, arg_file->end, "Failed to compile part of the skip argument"); } -- cgit v1.2.3