Skip to content
Snippets Groups Projects
Commit fafed094 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Initialize mbuf too.

parent 6cfed436
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3522 passed
......@@ -3109,7 +3109,7 @@ paste_pixmap(char *str, size_t slen, char *fn, void *apcd)
char *p;
char *p2;
size_t mlen = 0;
bool mbuf;
bool mbuf = false;
size_t poff;
for (p = str + 16; p && *p == ';'; p = strchr(p + 1, ';')) {
......
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