mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-29 04:47:39 +00:00
Jolly good job
This commit is contained in:
@@ -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( '%' );
|
||||||
|
|||||||
Reference in New Issue
Block a user