Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FreeType
FreeType
Commits
f5e39e20
Commit
f5e39e20
authored
Oct 15, 2000
by
Tom Kacvinsky
Browse files
Minor fix in Z1_Open_Face for building char_index table
parent
c5930ddb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/type1z/z1load.c
View file @
f5e39e20
...
...
@@ -1553,7 +1553,7 @@
max_char
=
-
32000
;
charcode
=
0
;
for
(
;
charcode
<
loader
.
encoding_table
.
num
_elems
;
charcode
++
)
for
(
;
charcode
<
loader
.
encoding_table
.
max
_elems
;
charcode
++
)
{
type1
->
encoding
.
char_index
[
charcode
]
=
0
;
type1
->
encoding
.
char_name
[
charcode
]
=
(
char
*
)
".notdef"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment