mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-28 20:32:42 +00:00
Fix a bug
This commit is contained in:
@@ -66,7 +66,7 @@ void setcd(std::string &file)
|
||||
if(!retVal)
|
||||
return;
|
||||
#else
|
||||
char *ret = realpath(file.data(), &szTemp);
|
||||
char *ret = realpath(file.data(), szTemp);
|
||||
if(ret == NULL)
|
||||
return;
|
||||
#endif // _WIN32
|
||||
|
||||
Reference in New Issue
Block a user