release v0.6.5

the TIA release
This commit is contained in:
tildearrow 2024-06-25 00:20:44 -05:00
parent eddd0cda3c
commit b04a2e38db
52 changed files with 2138 additions and 1749 deletions

View file

@ -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;