mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 10:08:06 +02:00
[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:
parent
13ad2849cf
commit
17cb6197d0
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue