diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-03-19 14:00:00 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-19 14:00:00 +0100 |
| commit | 1c31e27c1bdf22c198c9617c2b923f6a7beeffc8 (patch) | |
| tree | 2a9678fd39bcf8ead03c7ee979caf668f2f17892 /archived/wrap.c | |
| parent | bb9994846b655070f5d61e2708c9f43f7855e649 (diff) | |
Administritavia
Diffstat (limited to 'archived/wrap.c')
| -rw-r--r-- | archived/wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archived/wrap.c b/archived/wrap.c index 57506b8..2317c6e 100644 --- a/archived/wrap.c +++ b/archived/wrap.c @@ -33,7 +33,7 @@ wrap(u8* Text, u32 Len, u32 XLimit, u32 YLimit) // break t = Text[X]; - *(Text + X) = '\0'; + Text[X] = '\0'; tb_printf(0, Y, 0, 0, "%s", Text + PrevX); Text[X] = t; Y++; |
