mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-27 06:38:44 -05:00
Minor tweak to WsprTxScheduler.cpp
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5717 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
b8330b675d
commit
17abc141aa
@ -68,6 +68,11 @@ int tx_add_one(char* tx)
|
||||
}
|
||||
}
|
||||
}
|
||||
// last resort - see if we can set the last slot to 1
|
||||
if( tx[58]==0 && tx[59]==0 ) {
|
||||
tx[59]=1;
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user