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