mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
palmaskFromStrId changed
This commit is contained in:
parent
6096d97463
commit
080676b89f
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