summaryrefslogtreecommitdiffstats
path: root/src/lisiblestd/vec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisiblestd/vec.h')
-rw-r--r--src/lisiblestd/vec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisiblestd/vec.h b/src/lisiblestd/vec.h
index 6592bc4..3829798 100644
--- a/src/lisiblestd/vec.h
+++ b/src/lisiblestd/vec.h
@@ -57,7 +57,7 @@
new_capacity * sizeof(T)); \
if (!vec->data) { \
/* TODO maybe improve that error handling? */ \
- LOG0_ERROR("Vec reallocation failed, no memory left"); \
+ LOG_ERROR("Vec reallocation failed, no memory left"); \
abort(); \
} \
vec->capacity = new_capacity; \
Go back to lisible.xyz