zig id command

This commit is contained in:
Andrew Kelley
2018-09-09 23:58:52 -04:00
parent 173fc842c4
commit c0bdcc7417
3 changed files with 60 additions and 60 deletions

View File

@@ -377,7 +377,6 @@ static Error write_manifest_file(CacheHash *ch) {
buf_appendf(&contents, "%" ZIG_PRI_u64 " %" ZIG_PRI_u64 " %s %s\n",
chf->mtime.sec, chf->mtime.nsec, encoded_digest, buf_ptr(chf->path));
}
fprintf(stderr, "overwrite with\n%s\n", buf_ptr(&contents));
if ((err = os_file_overwrite(ch->manifest_file, &contents)))
return err;