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:
parent
210f3fa9e2
commit
d5ea22d1a0
@ -43,7 +43,7 @@ final class LuaDateTime
|
|||||||
switch( c = format.charAt( i++ ) )
|
switch( c = format.charAt( i++ ) )
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
throw new LuaException( "bad argument #1: invalid conversion specifier '%" + (char) c + "'" );
|
throw new LuaException( "bad argument #1: invalid conversion specifier '%" + c + "'" );
|
||||||
|
|
||||||
case '%':
|
case '%':
|
||||||
formatter.appendLiteral( '%' );
|
formatter.appendLiteral( '%' );
|
||||||
|
Loading…
Reference in New Issue
Block a user