Ray 3 giorni fa
committed by Saksham Goyal
parent
commit
ff8038b6b1
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 287D96BB5977A168
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/rtext.c

+ 1
- 0
src/rtext.c Vedi File

@ -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];
}
}
}

Caricamento…
Annulla
Salva