mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-30 22:14:22 -04:00
Delete an unused routine. Fix a typo in a comment.
This commit is contained in:
@@ -4793,7 +4793,7 @@ bool MainWindow::stdCall(QString w)
|
||||
if(i1==99 and (c>="A" and c<="Z")) i1=i;
|
||||
if(c>="0" and c<="9") i2=i;
|
||||
}
|
||||
if(i1!=0 and i1!=1) return false; //One of the firat two characters must be a letter
|
||||
if(i1!=0 and i1!=1) return false; //One of the first two characters must be a letter
|
||||
if(i2>2) return false; //No digits allowed after the 3rd character
|
||||
for(int i=i2+1; i<n; i++) {
|
||||
QString c=w.mid(i,1);
|
||||
|
||||
Reference in New Issue
Block a user