]> git.sesse.net Git - vlc/blobdiff - modules/misc/testsuite/playlist.c
For consistency, remove references to vlc from libvlc
[vlc] / modules / misc / testsuite / playlist.c
index 26f0da0f0fc7f00b19dd353e660d2f0ea8ee411c..8296b5e022032aa22a1208cf63014839139d4c68 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2004 the VideoLAN team
  * $Id$
  *
- * Authors : Clément Stenac <zorglub@videolan.org>
+ * Authors : Clément Stenac <zorglub@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -305,7 +305,7 @@ static void StressTest( vlc_object_t *p_this )
 
     if( p_sys->b_error == VLC_FALSE )
     {
-        p_this->p_vlc->b_die = VLC_TRUE;
+        p_this->p_libvlc->b_die = VLC_TRUE;
     }
     else
     {