We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_event_inf
event_inf
1 parent debf986 commit 8d2f477Copy full SHA for 8d2f477
src/webui.c
@@ -1975,7 +1975,7 @@ const char* webui_get_string_at(webui_event_t* e, size_t index) {
1975
return NULL;
1976
1977
if (event_inf->event_data[index] != NULL) {
1978
- size_t len = _event_inf->event_size[index];
+ size_t len = event_inf->event_size[index];
1979
if (len > 0 && len <= WEBUI_MAX_BUF)
1980
return (const char*)event_inf->event_data[index];
1981
}
0 commit comments