Skip to content
  • Deucе's avatar
    f3205b59
    Fix duplicate data in cacheinfo file · f3205b59
    Deucе authored
    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.
    f3205b59
    Fix duplicate data in cacheinfo file
    Deucе authored
    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.
Loading