]> git.sesse.net Git - vlc/commitdiff
use the correct type *cough*
authorRafaël Carré <funman@videolan.org>
Tue, 22 Jan 2008 15:21:48 +0000 (15:21 +0000)
committerRafaël Carré <funman@videolan.org>
Tue, 22 Jan 2008 15:21:48 +0000 (15:21 +0000)
src/misc/messages.c

index 8329c23815279142a8ad413a7b38c5d579d56cde..ee6be283768e5d1a37fb0cc8c4f1a986f12b9a41 100644 (file)
@@ -371,7 +371,7 @@ static void QueueMsg( vlc_object_t *p_this, int i_queue, int i_type,
 #ifdef __GLIBC__
         fprintf( stderr, "main warning: can't store message (%m): " );
 #else
-        char *psz_err[1001];
+        char psz_err[1001];
 #ifndef WIN32
         /* we're not using GLIBC, so we are sure that the error description
          * will be stored in the buffer we provide to strerror_r() */