This commit is contained in:
Christopher Faylor 2006-02-20 16:26:16 +00:00
parent 0a5f931a43
commit 8aaf07c7a2
1 changed files with 1 additions and 1 deletions

View File

@ -1064,7 +1064,7 @@ av::fixup (const char *prog_arg, path_conv& real_path, const char *ext)
return 0;
if (!*ext && ((p = ext - 4) > (char *) real_path)
&& (strcasematch (p, ".bat") || strcasematch (p, ".cmd")
|| strcasematch (p, ".btm"))
|| strcasematch (p, ".btm")))
return 0;
while (1)
{