Skip to content

Commit 0930911

Browse files
MetaDuckykwolekr
MetaDucky
authored andcommittedNov 19, 2013
fix gettext compile issues under win32
1 parent 86ef714 commit 0930911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gettext.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ inline wchar_t* chartowchar_t(const char *str)
5656
int nResult = MultiByteToWideChar( CP_UTF8, 0, (LPCSTR) str, -1, 0, 0 );
5757
if( nResult == 0 )
5858
{
59-
fprintf( stderr, "error: MultiByteToWideChar returned null\n" );
59+
errorstream<<"gettext: MultiByteToWideChar returned null"<<std::endl;
6060
}
6161
else
6262
{

0 commit comments

Comments
 (0)