Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Andi Sardina Ramos
Okular
Commits
3ff70516
Commit
3ff70516
authored
Jun 24, 2006
by
Wilfried Huss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix my last commit.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=554696
parent
efe6a6e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fontEncoding.cpp
fontEncoding.cpp
+1
-1
No files found.
fontEncoding.cpp
View file @
3ff70516
...
...
@@ -73,7 +73,7 @@ fontEncoding::fontEncoding(const QString &encName)
#endif
fileContent
=
fileContent
.
section
(
'['
,
1
,
1
).
section
(
']'
,
0
,
0
).
simplified
();
QStringList
glyphNameList
=
fileContent
.
split
(
'/'
);
QStringList
glyphNameList
=
fileContent
.
split
(
'/'
,
QString
::
SkipEmptyParts
);
int
i
=
0
;
for
(
QStringList
::
Iterator
it
=
glyphNameList
.
begin
();
(
it
!=
glyphNameList
.
end
())
&&
(
i
<
256
);
++
it
)
{
...
...
Write
Preview
Markdown
is supported
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