aboutsummaryrefslogtreecommitdiff
path: root/src/exact_value.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-08-23 11:54:23 +0100
committergingerBill <bill@gingerbill.org>2019-08-23 11:54:23 +0100
commit59ab51acecd22674a7cc8607cd3af8eaeb55068a (patch)
tree0c60d7ff8d5fc9b3bc95112a03e9e489be98d779 /src/exact_value.cpp
parentcf23954297993b3e574c295f95f75b294fdca4ec (diff)
Fix typo
Diffstat (limited to 'src/exact_value.cpp')
-rw-r--r--src/exact_value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp
index be034ecc5..520812e44 100644
--- a/src/exact_value.cpp
+++ b/src/exact_value.cpp
@@ -761,6 +761,6 @@ gbString write_exact_value_to_string(gbString str, ExactValue const &v, isize st
return str;
};
-gbString exact_value_to_string(ExactValue const &v, isize string_limit=35) {
+gbString exact_value_to_string(ExactValue const &v, isize string_limit=36) {
return write_exact_value_to_string(gb_string_make(heap_allocator(), ""), v, string_limit);
}