summaryrefslogtreecommitdiffhomepage
path: root/benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.cpp')
-rw-r--r--benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.cpp b/benchmark.cpp
index 7ee5a4be..3e9c8896 100644
--- a/benchmark.cpp
+++ b/benchmark.cpp
@@ -114,7 +114,7 @@ int main()
cvector_s_push(&names, cstring_make("Ruth"));
cvector_s_push(&names, cstring_make("Burt"));
- size_t res = cvector_s_find(names, cstring_temp("Ruth"));
+ size_t res = cvector_s_find(names, "Ruth");
printf("found %llu\n", res);
cvector_s_sort(&names);