Ray
vor 3 Tagen
committed von
Saksham Goyal
Ursprung
Commit
ff8038b6b1
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 287D96BB5977A168
1 geänderte Dateien mit
1 neuen und
0 gelöschten Zeilen
-
src/rtext.c
|
|
@ -1954,6 +1954,7 @@ char *TextToPascal(const char *text) |
|
|
|
{ |
|
|
|
j++; |
|
|
|
if ((text[j] >= 'a') && (text[j] <= 'z')) buffer[i] = text[j] - 32; |
|
|
|
else if ((text[j] >= '0') && (text[j] <= '9')) buffer[i] = text[j]; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|