@@ -148,7 +148,7 @@ |
||
148 | 148 | |
149 | 149 | if ($stringLength > 0) { |
150 | 150 | $position = ftell($fontHandle); |
151 | - fseek($fontHandle, $offset + $stringOffset + $storageOffset, SEEK_SET); |
|
151 | + fseek($fontHandle, $offset+$stringOffset+$storageOffset, SEEK_SET); |
|
152 | 152 | |
153 | 153 | $testValue = fread($fontHandle, $stringLength); |
154 | 154 | $this->extractCandidate($nameId, $testValue); |