summaryrefslogtreecommitdiff
path: root/fofi/FoFiType1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'fofi/FoFiType1.cc')
-rw-r--r--fofi/FoFiType1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fofi/FoFiType1.cc b/fofi/FoFiType1.cc
index 9974753e..a4d82f21 100644
--- a/fofi/FoFiType1.cc
+++ b/fofi/FoFiType1.cc
@@ -277,7 +277,7 @@ void FoFiType1::parse() {
}
for (p = buf; *p == ' ' || *p == '\t'; ++p) ;
if (!strncmp(p, "dup", 3)) {
- while (1) {
+ while (true) {
p += 3;
for (; *p == ' ' || *p == '\t'; ++p) ;
code = 0;