Skip to content
Snippets Groups Projects
Commit 7be9da2f authored by deuce's avatar deuce
Browse files

Fix bug in last commit.

parent 50902fbb
Branches
Tags
No related merge requests found
......@@ -460,7 +460,7 @@ static int ODGetCodeIfLongest(WORD wFlags)
if(seqlen2<=seqlen1) { /* The sequence would be completed in buffer */
if(strncmp(aKeySequences[i].pszSequence, szCurrentSequence, seqlen2)==0) {
retval=i;
CurrLen=seqlen;
CurrLen=seqlen2;
}
}
else { /* Possible partial sequence */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment