]> git.sesse.net Git - vlc/blobdiff - test/libvlc/meta.c
test: Use my copyright in libvlc/meta.c, and make sure the artist isn't an empty...
[vlc] / test / libvlc / meta.c
index 882a57ff5ff5654c8509bd4eb073ea4f56ac0d69..4f760ce87f67f378e950e849eafe4a01e30fe2ef 100644 (file)
@@ -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);