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

This commit is contained in:
Roland Illig 2004-08-16 04:25:41 +00:00
parent 7adbbafc6a
commit c673ebfc89

View File

@ -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: