1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-13 03:30:29 +00:00

Jolly good job

This commit is contained in:
SquidDev 2019-05-24 22:43:59 +01:00
parent 210f3fa9e2
commit d5ea22d1a0

View File

@ -43,7 +43,7 @@ final class LuaDateTime
switch( c = format.charAt( i++ ) )
{
default:
throw new LuaException( "bad argument #1: invalid conversion specifier '%" + (char) c + "'" );
throw new LuaException( "bad argument #1: invalid conversion specifier '%" + c + "'" );
case '%':
formatter.appendLiteral( '%' );