1
1

* textconf.c: Include ecs_char in the list of type

characteristics that are printed.
Этот коммит содержится в:
Roland Illig 2005-08-06 16:33:54 +00:00
родитель 070b0dccf2
Коммит 725c9f7b34
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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");
}