Skip to content

Commit

Permalink
Only compare icewm-extra tar file against ctime.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Jun 15, 2024
1 parent e1ade74 commit 17b3dca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/theminst.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ static void install_extra(const char* name, bool* result) {
long now = seconds();
long lim = 31 * 86400L;
if (now - node.st_ctime > lim ||
now - node.st_mtime > lim ||
node.st_size < 1024*1024) {
printf("Removing stale %s\n", base);
remove(base);
Expand Down

0 comments on commit 17b3dca

Please sign in to comment.