[vlc-devel] commit: In VCDFormatStr(), made temp_str non-static (Justus Piater )

git version control git at videolan.org
Sun Aug 3 10:54:54 CEST 2008


vlc | branch: master | Justus Piater <Justus-dev at Piater.name> | Sun Aug  3 10:42:30 2008 +0200| [c75cb72efbb5a0a05721cd99793b2eeb1a1eeff7] | committer: Rémi Denis-Courmont 

In VCDFormatStr(), made temp_str non-static

Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c75cb72efbb5a0a05721cd99793b2eeb1a1eeff7
---

 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;




More information about the vlc-devel mailing list