Don't fall through

This commit is contained in:
gamax92 2014-07-11 12:03:43 -06:00
parent 2dded39ca4
commit e31337050b

View File

@ -485,6 +485,7 @@ public class StringLib extends TwoArgFunction {
switch ( conversion ) {
case 'o':
buf.append( (byte)'0' );
break;
case 'x':
buf.append( "0x" );
break;