jetzt funktioniert doch mal
This commit is contained in:
parent
b75b7e169a
commit
c470912843
|
@ -54,7 +54,7 @@ PascalString intToDual(int n) {
|
|||
}
|
||||
|
||||
char intToHexChar(int n) {
|
||||
if(n > 9) {
|
||||
if(n < 9) {
|
||||
switch(n) {
|
||||
case 10: return 'A';
|
||||
case 11: return 'B';
|
||||
|
|
Loading…
Reference in New Issue