mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
fix typo
This commit is contained in:
parent
e408c9ea43
commit
5a43a5a1a9
@ -250,7 +250,7 @@ void gui_set_clipboard(const char *buffer, size_t length,
|
|||||||
if(*p == 0xa0) *p = 0x20;
|
if(*p == 0xa0) *p = 0x20;
|
||||||
p++;
|
p++;
|
||||||
}
|
}
|
||||||
WriteChunkBytes(iffh, textr, strlen(text));
|
WriteChunkBytes(iffh, text, strlen(text));
|
||||||
ami_utf8_free(text);
|
ami_utf8_free(text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user