Avoid using GNU empty initializer extension
(cherry picked from commit ce7036d249b6f05633c343ab95d88552aab85402)
Этот коммит содержится в:
родитель
70f439d9a9
Коммит
2bd83b3f22
@ -112,7 +112,7 @@ static void draw_progress(void) {
|
|||||||
static const char loadtext[] = "Loading...";
|
static const char loadtext[] = "Loading...";
|
||||||
static size_t anpos = 0;
|
static size_t anpos = 0;
|
||||||
const char *antext = dir_import_active ? loadtext : scantext;
|
const char *antext = dir_import_active ? loadtext : scantext;
|
||||||
char ani[16] = {};
|
char ani[16] = {0};
|
||||||
size_t i;
|
size_t i;
|
||||||
int width = wincols-5;
|
int width = wincols-5;
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user