mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 11:19:17 +02:00
[progress] Fix constness problem
This commit is contained in:
parent
32943e1cf8
commit
4acdd54a49
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ main (int argc,
|
|||
int slowness;
|
||||
double time;
|
||||
int i;
|
||||
char* strings[10]={"foobar", "barfoo", "barbar", "foo", "foo", "bar", "foo", "more", "even more", "even even more"};
|
||||
const char* strings[10]={"foobar", "barfoo", "barbar", "foo", "foo", "bar", "foo", "more", "even more", "even even more"};
|
||||
ply_progress_t* progress = ply_progress_new ();
|
||||
|
||||
progress->scalar = 1.0/5; /* Original time estimate is 5 sec*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue