mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-18 10:08:29 +01:00
palmaskFromStrId changed
This commit is contained in:
parent
0f557c3e73
commit
766aa6ecbf
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ ir_do_work( PalmAppGlobals* globals )
|
|||
&& globals->ir_timeout < TimGetTicks() ) {
|
||||
Boolean retry;
|
||||
|
||||
retry = palmaskFromStrId( globals, STR_RESEND_IR, -1, STR_NO );
|
||||
retry = palmaskFromStrId( globals, STR_RESEND_IR, -1, -1 );
|
||||
|
||||
/* why did I do this? */
|
||||
if ( IrIsIrLapConnected( globals->irLibRefNum ) ) {
|
||||
|
|
Loading…
Reference in a new issue