-
- Downloads
Fix duplicate data in cacheinfo file
Since the cache file is opened for append, truncate it before calling iniWriteFile(). This isn't create because if it fails, it will leave the file empty, which will cause the next time this function is called to do a full request, but at least if fails safe.
Please register or sign in to comment