Store the file skewed against.

This commit is contained in:
Roy Marples 2009-02-10 15:25:28 +00:00
parent 522ab21fbf
commit 3fc17f5966

View File

@ -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;