summaryrefslogtreecommitdiff
path: root/src/ui/helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/helpers.cpp')
-rw-r--r--src/ui/helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/helpers.cpp b/src/ui/helpers.cpp
index 2447270..19eeee3 100644
--- a/src/ui/helpers.cpp
+++ b/src/ui/helpers.cpp
@@ -69,7 +69,7 @@ void ui_set_status_ex(const char* txt, int color)
current_status.time = 0.0f;
current_status.color = color;
current_status.loading = false;
- strops_copy(current_status.text, txt, STATUS_TEXT_LEN);
+ strops::copy(current_status.text, txt, STATUS_TEXT_LEN);
}
void ui_set_status_error(const char* txt)