Codebase list holotz-castle / debian/latest
Fix gcc11.patch Markus Koschany 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3232 end = ptr;
3333
3434 - if (0 >= (end = strstr(ptr, "\"")))
35 + if (!end = strstr(ptr, "\""))
35 + if ((end = strstr(ptr, "\"")) == NULL)
3636 {
3737 // No hay comillas de cierre
3838 ptr = org;