mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 13:38:45 +02:00
[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:
parent
a76c5bc4b7
commit
9fd849e130
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
#define NUMBER_OF_INDICATOR_COLUMNS 6
|
||||
|
||||
static char *os_string;
|
||||
static char *os_string = "";
|
||||
|
||||
struct _ply_text_progress_bar
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue