[vlc-devel] Yet Another GCC2.x Patch
    Cian Duffy 
    myob87 at gmail.com
       
    Mon Aug 28 23:39:36 CEST 2006
    
    
  
This one small enough to not need attaching.
Cian
Index: src/stream_output/profiles.c
===================================================================
--- src/stream_output/profiles.c    (revision 16398)
+++ src/stream_output/profiles.c    (working copy)
@@ -394,8 +394,8 @@
 int streaming_ProfileParse( vlc_object_t *p_this,streaming_profile_t
*p_profile,
                             const char *psz_profile )
 {
+    module_t *p_module;
     DECMALLOC_ERR( p_parser, profile_parser_t );
-    module_t *p_module;
     assert( p_profile ); assert( psz_profile );
     p_parser->psz_profile = strdup( psz_profile );
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060828/1b8a1391/attachment.html>
    
    
More information about the vlc-devel
mailing list