aboutsummaryrefslogtreecommitdiff
path: root/bp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bp.c')
-rw-r--r--bp.c2
1 files changed, 1 insertions, 1 deletions
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");
}