mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
cleanup
This commit is contained in:
parent
9c586efb02
commit
c952ebd8e6
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ XP_Bool smsToBin( XP_U8* out, XP_U16* outlen, const XP_UCHAR* in, XP_U16 inlen )
|
|||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
void log_hex( const XP_U8*memp, XP_U16 len, const char* tag );
|
||||
void log_hex( const XP_U8* memp, XP_U16 len, const char* tag );
|
||||
# define LOG_HEX(m,l,t) log_hex((const XP_U8*)(m),(l),(t))
|
||||
#else
|
||||
# define LOG_HEX(m,l,t)
|
||||
|
|
|
@ -2344,7 +2344,7 @@ gtkmain( LaunchParams* params, int argc, char *argv[] )
|
|||
);
|
||||
|
||||
if ( !!params->pipe && !!params->fileName ) {
|
||||
read_pipe_then_close( &globals.cGlobals );
|
||||
read_pipe_then_close( &globals.cGlobals, NULL );
|
||||
} else {
|
||||
gtk_widget_show( window );
|
||||
|
||||
|
|
Loading…
Reference in a new issue