Updated to ensure uppercase MSGTMP is outputted.
This commit is contained in:
parent
f44243d21c
commit
8ddb934caf
@ -606,6 +606,7 @@ int main(int argc, char **argv)
|
||||
sprintf(msgtmp, "%s%cmsgtmp", msgpath, path_sep);
|
||||
fptr = fopen(msgtmp, "r");
|
||||
if (!fptr) {
|
||||
sprintf(msgtmp, "%s%cMSGTMP", msgpath, path_sep);
|
||||
noquote = 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user