Skip to content
Snippets Groups Projects
Commit 4ed077e4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

0-init local variable, fixes CID 451057

parent 85a21239
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3982 passed
......@@ -206,7 +206,7 @@ int ulist(uifc_winmode_t mode, int left, int top, int width, int *cur, int *bar
int optnumlen;
int yesno=0;
int lines;
int tmpcur;
int tmpcur=0;
if(cur == NULL)
cur = &tmpcur;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment