[text-progress-bar] Don't segfault if no os string

Some distributions won't have a release file that
we know about.  In those cases, we shouldn't crash.
This commit is contained in:
Ray Strode 2009-10-01 10:22:28 -04:00
parent a76c5bc4b7
commit 9fd849e130

View file

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