jetzt funktioniert doch mal

This commit is contained in:
Johannes Theiner 2018-04-09 21:23:22 +02:00
parent b75b7e169a
commit c470912843
1 changed files with 1 additions and 1 deletions

View File

@ -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';