Skip to content

Commit eebe126

Browse files
Fix for a busted format string
1 parent ebfa285 commit eebe126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin_set.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ static int builtin_set( parser_t &parser, wchar_t **argv )
627627
if( erase )
628628
{
629629
append_format(stderr_buffer,
630-
_(L"%ls: Erase needs a variable name\n%ls\n"),
630+
_(L"%ls: Erase needs a variable name\n"),
631631
argv[0] );
632632

633633
builtin_print_help( parser, argv[0], stderr_buffer );

0 commit comments

Comments
 (0)