replace leading tabs in several files

This commit is contained in:
nhmall
2022-05-30 12:09:35 -04:00
parent 81cff2390f
commit a8f0e91ddf
18 changed files with 186 additions and 186 deletions

View File

@@ -1441,7 +1441,7 @@ add_sound_mapping(const char* mapping)
if (strlen(sounddir) + 1 + strlen(filename) >= sizeof filespec) {
raw_print("sound file name too long");
return 0;
}
}
Snprintf(filespec, sizeof filespec, "%s/%s", sounddir, filename);
if (idx >= 0 || can_read_file(filespec)) {