Skip to content

Commit 8d2f477

Browse files
authored
Change _event_inf to event_inf
1 parent debf986 commit 8d2f477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ const char* webui_get_string_at(webui_event_t* e, size_t index) {
19751975
return NULL;
19761976

19771977
if (event_inf->event_data[index] != NULL) {
1978-
size_t len = _event_inf->event_size[index];
1978+
size_t len = event_inf->event_size[index];
19791979
if (len > 0 && len <= WEBUI_MAX_BUF)
19801980
return (const char*)event_inf->event_data[index];
19811981
}

0 commit comments

Comments
 (0)