Skip to content
Snippets Groups Projects
Commit c1ff3be4 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Splat.

parent 12e41d7c
Branches
Tags
No related merge requests found
......@@ -931,7 +931,7 @@ int ulist(int mode, int left, int top, int width, int *cur, int *bar
(*cur)=(*bar);
i=(*cur)-(*bar);
if(i+(height-vbrdrsize-1)>=opts) {
(*bar)=(height-vbrdrsize)-(opts-cur);
(*bar)=(height-vbrdrsize)-(opts-*cur);
}
}
if((*cur)<0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment