Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Jan 31, 2018
1 parent dad2db7 commit c058e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symboltable/symboltable.js
Expand Up @@ -917,7 +917,7 @@
nCurrentFont = 0;
aRanges = getArrRangesByFont(nCurrentFont);
if(sInitSymbol && sInitSymbol.length > 0){
nCurrentSymbol = fixedCharCodeAt(sInitSymbol[0], 0);
nCurrentSymbol = fixedCharCodeAt(sInitSymbol, 0);
if(false === nCurrentSymbol){
nCurrentSymbol = -1;
}
Expand Down

0 comments on commit c058e9f

Please sign in to comment.