Commit e0405f17 authored by Max Kellermann's avatar Max Kellermann

test/test_translate_song: use PATH_LITERAL()

parent 680d03e4
......@@ -38,7 +38,7 @@ uri_supported_scheme(const char *uri)
return memcmp(uri, "http://", 7) == 0;
}
static const char *const music_directory = "/music";
static constexpr auto music_directory = PATH_LITERAL("/music");
static Storage *storage;
static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment