* textconf.c: Include ecs_char in the list of type
characteristics that are printed.
Этот коммит содержится в:
родитель
070b0dccf2
Коммит
725c9f7b34
@ -1,3 +1,8 @@
|
||||
2005-08-06 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* textconf.c: Include ecs_char in the list of type
|
||||
characteristics that are printed.
|
||||
|
||||
2005-08-05 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* menu.c (menubar_draw): Use hline() instead of addch() to clear
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "global.h"
|
||||
#include "ecs.h"
|
||||
|
||||
#ifdef USE_VFS
|
||||
static const char *const vfs_supported[] = {
|
||||
@ -145,6 +146,7 @@ show_version (int verbose)
|
||||
TYPE_INFO(long);
|
||||
TYPE_INFO(void *);
|
||||
TYPE_INFO(off_t);
|
||||
TYPE_INFO(ecs_char);
|
||||
#undef TYPE_INFO
|
||||
(void)printf("\n");
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user