| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 71249a6 commit 9567436
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -860,6 +860,7 @@ void SnapshotData::ToBlob(FILE* out) const { | |||
| 860 | 860 | size_t num_written = fwrite(w.sink.data(), w.sink.size(), 1, out); | |
| 861 | 861 | CHECK_EQ(num_written, 1); | |
| 862 | 862 | w.Debug("SnapshotData::ToBlob() Wrote %d bytes\n", written_total); | |
| 863 | + CHECK_EQ(fflush(out), 0); | ||
| 863 | 864 | } | |
| 864 | 865 | ||
| 865 | 866 | bool SnapshotData::FromBlob(SnapshotData* out, FILE* in) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments