diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-30 02:10:53 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-30 02:10:53 +0100 |
commit | 10f5fafb6d2880792d7cdc7f99fda8a0e36b36c1 (patch) | |
tree | fbb39d07fd0cff05478d5d864ee8203724eba015 | |
parent | cacdc813439c25049730a149fdbc46b9dc4c834e (diff) |
Fix typo
-rw-r--r-- | src/work.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ write_match_to_buffer(u8view_t sv, u8view_t *hl) array_push(buf, sep); array_extend_sv(buf, COL_RS); - /* GCC things ‘offset’ can overflow because our offsets have type + /* GCC thinks ‘offset’ can overflow because our offsets have type ptrdiff_t which if negative would have a ‘-’ in the front, but we know that the match positions can’t be negative so it’s safe to ignore. */ |