]> git.ipfire.org Git - thirdparty/ccache.git/commit
Update the correct stats file for manifest (#405)
authorAnders Björklund <anders.f.bjorklund@gmail.com>
Thu, 2 May 2019 19:28:38 +0000 (21:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 2 May 2019 19:28:38 +0000 (21:28 +0200)
commit79b23768886c6a367b22774f98e7f42b7ef09ae9
treef429c489a015f64a92819094ff11f5e7b7b59295
parent3bbf202085735c64a3b3e6710e9d1630da51ac2f
Update the correct stats file for manifest (#405)

There are global variables used for updating stats,
and those were wrong for the manifest file update.

So make sure to reset those variables, before adding
the manifest (this means flushing the pending updates)
src/ccache.c
src/stats.c