mirror of
https://github.com/GerbilSoft/mst06.git
synced 2025-06-18 11:35:31 -04:00
main.cpp: Missing _T().
This commit is contained in:
parent
ca946f2810
commit
0b682acbd6
@ -104,7 +104,7 @@ int _tmain(int argc, TCHAR *argv[])
|
||||
_ftprintf(stderr, _T("*** ERROR loading %s: "), argv[1]);
|
||||
if (ret <= 0) {
|
||||
// POSIX error.
|
||||
_ftprintf(stderr, "%s", _tcserror(-ret));
|
||||
_ftprintf(stderr, _T("%s"), _tcserror(-ret));
|
||||
} else {
|
||||
// TinyXML2 error.
|
||||
if (ret < XML_ERROR_COUNT) {
|
||||
|
Loading…
Reference in New Issue
Block a user