aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFTokenizer.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-08-20 16:44:44 +0200
committerm-holger <m-holger@kubitscheck.org>2022-08-25 11:55:45 +0200
commit6111a6a424324ed8d926852ed6ba22d4bf13fa62 (patch)
tree1997fa803aca9d0b6340fc0ae0de5231c5835b56 /include/qpdf/QPDFTokenizer.hh
parente7889ec5dc3ae5caf942bb242f802b7a19a6b2c5 (diff)
downloadqpdf-6111a6a424324ed8d926852ed6ba22d4bf13fa62.tar.zst
Refactor QPDFTokenizer::inCharCode
Diffstat (limited to 'include/qpdf/QPDFTokenizer.hh')
-rw-r--r--include/qpdf/QPDFTokenizer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFTokenizer.hh b/include/qpdf/QPDFTokenizer.hh
index 2873b3a2..83d1fa21 100644
--- a/include/qpdf/QPDFTokenizer.hh
+++ b/include/qpdf/QPDFTokenizer.hh
@@ -241,7 +241,7 @@ class QPDFTokenizer
// State for strings
int string_depth;
int char_code;
- char bs_num_register[4];
+ int digit_count;
};
#endif // QPDFTOKENIZER_HH