index
:
c2
master
The best 3D renderer
quou@disroot.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
ui.cpp
1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.cpp b/ui.cpp
index caca515..dc41268 100644
--- a/
ui.cpp
+++ b/
ui.cpp
@@ -1007,6 +1007,7 @@ void UI::Input::set_text(const char* t) {
if (buf)
heap_free(ui->heap, buf);
buf = nb;
+ buf_size = l;
}
string_copy(buf, t);
}