mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Don't fall through
This commit is contained in:
parent
2dded39ca4
commit
e31337050b
@ -485,6 +485,7 @@ public class StringLib extends TwoArgFunction {
|
|||||||
switch ( conversion ) {
|
switch ( conversion ) {
|
||||||
case 'o':
|
case 'o':
|
||||||
buf.append( (byte)'0' );
|
buf.append( (byte)'0' );
|
||||||
|
break;
|
||||||
case 'x':
|
case 'x':
|
||||||
buf.append( "0x" );
|
buf.append( "0x" );
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user