mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -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 ) {
|
||||
case 'o':
|
||||
buf.append( (byte)'0' );
|
||||
break;
|
||||
case 'x':
|
||||
buf.append( "0x" );
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user