mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-21 02:15:11 -04:00
[iso] upgrade to libcdio latest
* This should fix #179 * Also bump rufus-next to v1.4.0
This commit is contained in:
parent
3c438db3fd
commit
cf3964c8a3
12 changed files with 644 additions and 625 deletions
|
@ -310,7 +310,7 @@ bool cdio_charset_from_utf8(cdio_utf8_t * src, char ** dst,
|
|||
}
|
||||
|
||||
bool cdio_charset_to_utf8(const char *src, size_t src_len, cdio_utf8_t **dst,
|
||||
const char * src_charset)
|
||||
const char *src_charset)
|
||||
{
|
||||
wchar_t* le_src;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue