mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
get rid of printf
This commit is contained in:
parent
7dccae2d3c
commit
472b61dbe3
1 changed files with 0 additions and 2 deletions
|
@ -1284,8 +1284,6 @@ ceWriteToFile( XWStreamCtxt* stream, void* closure )
|
|||
XP_U16 len = (XP_U16)XP_STRLEN( path );
|
||||
HANDLE fileH;
|
||||
|
||||
XP_DEBUGF( "ceWriteToFile called for %s", path );
|
||||
|
||||
len = (XP_U16)XP_STRLEN( path );
|
||||
MultiByteToWideChar( CP_ACP, MB_PRECOMPOSED, path, len + 1,
|
||||
widebuf, len + 1 );
|
||||
|
|
Loading…
Add table
Reference in a new issue