Commit 727f7b3c authored by Rafaël Carré's avatar Rafaël Carré

didn't I say too strong ?

parent 87553c32
......@@ -50,7 +50,7 @@ static void test_meta (const char ** argv, int argc)
artist = libvlc_media_get_meta (media, libvlc_meta_Artist, &ex);
catch ();
assert (artist && !strncmp (artist, "mike"), 4);
assert (artist && !strncmp (artist, "mike", 4));
log ("+ got '%s' as Artist\n", artist);
......
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