Updated to ensure uppercase MSGTMP is outputted.

This commit is contained in:
Andrew Pamment 2016-12-03 15:22:15 +10:00
parent f44243d21c
commit 8ddb934caf

View File

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