release v0.6.5
the TIA release
This commit is contained in:
parent
eddd0cda3c
commit
b04a2e38db
52 changed files with 2138 additions and 1749 deletions
|
|
@ -593,7 +593,7 @@ int main(int argc, char** argv) {
|
|||
#ifdef ANDROID
|
||||
memset(exePath,0,4096);
|
||||
#else
|
||||
if (!getExePath(argv[0],exePath,4096)) memset(exePath,0,4096);
|
||||
if (!getExePath(argv[0],exePath,4095)) memset(exePath,0,4096);
|
||||
#endif
|
||||
|
||||
bool textDomainBound=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue