1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00

test: Fix log issued in test_media_list_player_play_item_at_index.

This commit is contained in:
Pierre d'Herbemont 2009-05-20 22:07:25 -07:00
parent 1221e17b48
commit 6676622d00

View File

@ -78,7 +78,7 @@ static void test_media_list_player_play_item_at_index(const char** argv, int arg
const char * file = test_default_sample;
log ("Testing play and pause of %s using the media list.\n", file);
log ("Testing play_item_at_index of %s using the media list.\n", file);
libvlc_exception_init (&ex);
vlc = libvlc_new (argc, argv, &ex);