1
1

Made an integer literal compatible to the variable it is compared with.

Этот коммит содержится в:
Roland Illig 2004-08-16 04:25:41 +00:00
родитель 7adbbafc6a
Коммит c673ebfc89

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

@ -123,7 +123,7 @@ info_show_info (struct WInfo *info)
case 14:
widget_move (&info->widget, 14, 3);
printw (_("Type: %s "), myfs_stats.typename ? myfs_stats.typename : _("non-local vfs"));
if (myfs_stats.type != 0xffff && myfs_stats.type != 0xffffffff)
if (myfs_stats.type != 0xffff && myfs_stats.type != -1)
printw (" (%Xh)", myfs_stats.type);
case 13: