diff options
Diffstat (limited to 'xine_frontend_main.c')
-rw-r--r-- | xine_frontend_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c index 7c8a3171..17f4df9e 100644 --- a/xine_frontend_main.c +++ b/xine_frontend_main.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_main.c,v 1.40 2008-04-28 20:03:52 phintuka Exp $ + * $Id: xine_frontend_main.c,v 1.41 2008-05-19 06:54:58 phintuka Exp $ * */ @@ -291,7 +291,7 @@ static void SignalHandler(int signum) static char *strcatrealloc(char *dest, const char *src) { - int l; + size_t l; if (!src || !*src) return dest; |