Skip to content
Snippets Groups Projects
Commit 5ab6b244 authored by rswindell's avatar rswindell
Browse files

Whoops, api is a pointer.

parent 813e1ce7
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,7 @@ int uinput(int mode, char left, char top, char *prompt, char *outstr,
sprintf(str,"%.*s",sizeof(str)-1,outstr);
dialog_inputbox(app_title, prompt, 9, max+4, outstr);
if(strcmp(str,outstr))
api.changes=TRUE;
api->changes=TRUE;
return strlen(outstr);
}
......
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