mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +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++ = '\0';
|
||||
free(utf16);
|
||||
return utf8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user