summaryrefslogtreecommitdiff
path: root/src/glibext/options/hex.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-06-18 06:31:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-06-18 06:31:58 (GMT)
commit53edb30496d1065019406de16f9f9d96ba61cd3c (patch)
tree162cad07e27a01990d721f69f3270581417c31e7 /src/glibext/options/hex.c
parent334126eb659bc310a72a9f7f9238b7cd205a0770 (diff)
Rebuild hex views for large contents.
Diffstat (limited to 'src/glibext/options/hex.c')
-rw-r--r--src/glibext/options/hex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/options/hex.c b/src/glibext/options/hex.c
index 5804a57..ab461a7 100644
--- a/src/glibext/options/hex.c
+++ b/src/glibext/options/hex.c
@@ -101,7 +101,7 @@ static void g_hex_options_init(GHexOptions *options)
#endif
(const char *[]) { _("Offset") },
(const bool []) { true },
- 1);
+ HCO_COUNT);
assert(status);