Skip to content

Commit

Permalink
Postfix woes
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Feb 14, 2025
1 parent af6aba4 commit 3c1dfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toplevel.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ void dump_vars(query *q, bool partial)
q->is_input = false;

if (any && !partial) {
if (want_space) fprintf(stdout, " ");
if (want_space && (q->last_thing != WAS_SPACE)) fprintf(stdout, " ");
fprintf(stdout, ".\n");
}

Expand Down

0 comments on commit 3c1dfca

Please sign in to comment.