Store the file skewed against.
This commit is contained in:
parent
522ab21fbf
commit
3fc17f5966
@ -88,7 +88,7 @@ _rc_deptree_load(int force, int *regen) {
|
|||||||
"' to %s", ctime(&t));
|
"' to %s", ctime(&t));
|
||||||
fp = fopen(RC_DEPTREE_SKEWED, "w");
|
fp = fopen(RC_DEPTREE_SKEWED, "w");
|
||||||
if (fp != NULL) {
|
if (fp != NULL) {
|
||||||
fprintf(fp, RC_DEPTREE_SKEWED "\n");
|
fprintf(fp, "%s\n", file);
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
}
|
}
|
||||||
ut.actime = t;
|
ut.actime = t;
|
||||||
|
Loading…
Reference in New Issue
Block a user