fix breakage on qnx

This commit is contained in:
df@kahlann.erinye.com 2006-12-28 10:00:16 +01:00
parent a420981f74
commit ec5331593d

View File

@ -175,7 +175,7 @@ _rl_fix_last_undo_of_type (type, start, end)
for (rl = rl_undo_list; rl; rl = rl->next)
{
if (rl->what == (uint) type)
if (rl->what == (unsigned int) type)
{
rl->start = start;
rl->end = end;