[text-progress-bar] Don't initialize os_string

It's not const, so initializing it with a string literal
makes the compiler moan.

At some point we should move os string getting to libply.
This commit is contained in:
Ray Strode 2009-08-05 22:40:48 -04:00
parent 13ad2849cf
commit 17cb6197d0

View file

@ -57,8 +57,7 @@
#define NUMBER_OF_INDICATOR_COLUMNS 6
#define OS_STRING " "
char *os_string = OS_STRING;
static char *os_string;
struct _ply_text_progress_bar
{