diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_list.c b/test/test_list.c index 8bfffe1..4df9203 100644 --- a/test/test_list.c +++ b/test/test_list.c @@ -173,7 +173,7 @@ test_list6() log("Running..."); char buff[127]; - sprintf(buff, "Version: %s", clist_version()); + sprintf(buff, "Version: %s", utils_version()); log(buff); log("OK\n"); |