From 31845f2bce5a5f8d414fac2e68c1548e8b909db1 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Mon, 12 May 2014 19:36:46 +0000 Subject: Fix the documentation for MinidumpFileWriter::Open(). BUG=581 R=mark@chromium.org Review URL: https://breakpad.appspot.com/6654002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1328 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/minidump_file_writer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/client/minidump_file_writer.h b/src/client/minidump_file_writer.h index 538e8545..ce32b6d0 100644 --- a/src/client/minidump_file_writer.h +++ b/src/client/minidump_file_writer.h @@ -74,8 +74,8 @@ public: MinidumpFileWriter(); ~MinidumpFileWriter(); - // Open |path| as the destination of the minidump data. Any existing file - // will be overwritten. + // Open |path| as the destination of the minidump data. If |path| already + // exists, then Open() will fail. // Return true on success, or false on failure. bool Open(const char *path); -- cgit v1.2.1