]> git.sesse.net Git - vlc/commitdiff
ifdef away compiler warning
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 6 Aug 2006 13:25:05 +0000 (13:25 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 6 Aug 2006 13:25:05 +0000 (13:25 +0000)
modules/video_filter/mosaic.c

index 55cd135c1edb8d03b7b46ede8b7ddbf56bab32d7..da42df8471ff25ac9018c309b71ce490d69c5846 100644 (file)
@@ -875,7 +875,9 @@ static int MosaicCallback( vlc_object_t *p_this, char const *psz_var,
 
         while( p_sys->i_order_length-- )
         {
+#if 0
             printf("%d\n", p_sys->ppsz_order);
+#endif
             free( p_sys->ppsz_order );
         }
         if( psz_order[0] != 0 )