Commit ec533159 authored by df@kahlann.erinye.com's avatar df@kahlann.erinye.com

fix breakage on qnx

parent a420981f
...@@ -175,7 +175,7 @@ _rl_fix_last_undo_of_type (type, start, end) ...@@ -175,7 +175,7 @@ _rl_fix_last_undo_of_type (type, start, end)
for (rl = rl_undo_list; rl; rl = rl->next) for (rl = rl_undo_list; rl; rl = rl->next)
{ {
if (rl->what == (uint) type) if (rl->what == (unsigned int) type)
{ {
rl->start = start; rl->start = start;
rl->end = end; rl->end = end;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment