This commit is contained in:
Andy2 2011-09-30 06:29:14 -07:00
parent 9c586efb02
commit c952ebd8e6
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

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