Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(237)

Unified Diff: src/cmd/dist/buildgc.c

Issue 5675095: code review 5675095: cmd/dist: fix pprof permissions
Patch Set: diff -r 459d037686be https://go.googlecode.com/hg/ Created 13 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/dist/build.c ('k') | src/cmd/dist/buildruntime.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/dist/buildgc.c
===================================================================
--- a/src/cmd/dist/buildgc.c
+++ b/src/cmd/dist/buildgc.c
@@ -55,7 +55,7 @@
bwritestr(&out, bprintf(&b, "};\n"));
- writefile(&out, file);
+ writefile(&out, file, 0);
bfree(&in);
bfree(&b);
@@ -97,7 +97,7 @@
}
}
bwritestr(&out, "};\n");
- writefile(&out, file);
+ writefile(&out, file, 0);
bfree(&b);
bfree(&in);
« no previous file with comments | « src/cmd/dist/build.c ('k') | src/cmd/dist/buildruntime.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b