Commit b49a2b27 authored by Anil Daoud's avatar Anil Daoud

compilation fix
parent f6a441c6
......@@ -2,7 +2,7 @@
* skin-main.cpp: skins plugin for VLC
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: skin_main.cpp,v 1.52 2003/10/19 12:20:00 gbazin Exp $
* $Id: skin_main.cpp,v 1.53 2003/12/03 13:52:36 anil Exp $
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
......@@ -376,7 +376,7 @@ int SkinManage( intf_thread_t *p_intf )
p_intf->p_sys->p_theme->EvtBank->Get( "time" ), (long)Value );
// Text char * for updating text controls
char *text = new char[OFFSETTOTIME_MAX_SIZE];
char *text = new char[MSTRTIME_MAX_SIZE];
// Create end time text
input_OffsetToTime( p_intf->p_sys->p_input, &text[1],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment