Upgraded to v0.36.00 stable

This commit is contained in:
Michiel Broek
2002-12-26 16:31:01 +00:00
parent 89555d8f4a
commit a72bfbd930
9 changed files with 17 additions and 12 deletions

View File

@@ -235,7 +235,9 @@ int LoadTic(char *inb, char *tfn)
} else if (strncasecmp(Temp, "file ", 5) == 0) {
strncpy(TIC.TicIn.File, Temp+5, 80);
for (i = 0; i < strlen(TIC.TicIn.File); i++)
TIC.TicIn.File[i] = toupper(TIC.TicIn.File[i]);
} else if (strncasecmp(Temp, "fullname ", 9) == 0) {
strncpy(TIC.TicIn.FullName, Temp+9, 80);