Skip to content

Commit

Permalink
Improve @printf TC error
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed May 8, 2024
1 parent af5ca93 commit cd98b5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private void checkArgs(Environment env, NameScope scope)
}
catch (IllegalArgumentException e)
{
name.report(6008, "@Printf must use %[arg$][#][width]s conversions");
name.report(6008, "@Printf must use %[arg$][#][width](s|S) conversions");
}
}
else
Expand Down

0 comments on commit cd98b5f

Please sign in to comment.