mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Terminate string
This commit is contained in:
parent
0aa3aeee42
commit
468502bc87
@ -248,6 +248,7 @@ gchar *g_locale_to_utf8(const gchar *opsysstring, size_t len,
|
||||
*dst++ = (u & 0x7F);
|
||||
}
|
||||
}
|
||||
*dst++ = '\0';
|
||||
free(utf16);
|
||||
return utf8;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user