Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: split_write.cc

Issue 6693050: memento_softwareupdate: fix split_write error "bad file descriptor" (Closed) Base URL: ssh://gitrw.chromium.org:9222/memento_softwareupdate.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: split_write.cc
diff --git a/split_write.cc b/split_write.cc
index e7a03dc4ff887d7e8b6235a6307cff018cc3d160..3a00995652448ce5258643ade65b8337b3c4dbef 100644
--- a/split_write.cc
+++ b/split_write.cc
@@ -77,6 +77,7 @@ int open_file(const char* path) {
fprintf(stderr, "failed to open %s\n", path);
exit(1);
}
+ return fd;
}
typedef long long int64;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698