diff --git a/bochs/gui/x.cc b/bochs/gui/x.cc index 1032c6619..9ada2417e 100644 --- a/bochs/gui/x.cc +++ b/bochs/gui/x.cc @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: x.cc,v 1.87 2004-12-06 21:12:08 vruppert Exp $ +// $Id: x.cc,v 1.88 2005-02-27 16:55:34 vruppert Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2002 MandrakeSoft S.A. @@ -155,7 +155,7 @@ static unsigned bx_statusitem_pos[12] = { }; static bx_bool bx_statusitem_active[12]; static long bx_status_led_green, bx_status_graytext; -static char bx_status_info_text[32]; +static char bx_status_info_text[34]; static void headerbar_click(int x, int y); static void send_keyboard_mouse_status(void);