Commit 4c228229 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

test: Use my copyright in libvlc/meta.c, and make sure the artist isn't an empty string.

parent d549f9b3
......@@ -49,7 +49,7 @@ static void test_meta (const char ** argv, int argc)
artist = libvlc_media_get_meta( media, libvlc_meta_Artist, &ex );
catch ();
assert (artist);
assert (artist && *artist);
free (artist);
libvlc_media_release (media);
......
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