aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tomo.c')
-rw-r--r--src/tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tomo.c b/src/tomo.c
index e7c943d7..e6636cfc 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -244,7 +244,7 @@ int main(int argc, char *argv[]) {
}
if (show_changelog) {
- print_inline(string_slice((const char *)CHANGES_md, CHANGES_md_len));
+ print_inline(string_slice((const char *)CHANGES_md, (size_t)CHANGES_md_len));
return 0;
}