[vlc-devel] [PATCH] In VCDFormatStr(), made temp_str non-static
    Justus Piater 
    Justus-bulk at Piater.name
       
    Sun Aug  3 10:42:30 CEST 2008
    
    
  
From: Justus Piater <Justus-dev at Piater.name>
---
 modules/access/vcdx/info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/vcdx/info.c b/modules/access/vcdx/info.c
index 5d3d16f..7b40273 100644
--- a/modules/access/vcdx/info.c
+++ b/modules/access/vcdx/info.c
@@ -243,7 +243,7 @@ VCDFormatStr(const access_t *p_access, vcdplayer_t *p_vcdplayer,
 {
 #define TEMP_STR_SIZE 256
 #define TEMP_STR_LEN (TEMP_STR_SIZE-1)
-  static char    temp_str[TEMP_STR_SIZE];
+  char           temp_str[TEMP_STR_SIZE];
   size_t         i;
   char *         tp = temp_str;
   bool     saw_control_prefix = false;
-- 
1.5.6.3
    
    
More information about the vlc-devel
mailing list