diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/file_util_win.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/file_util_win.cc b/base/file_util_win.cc index 61e6082..a376d0d 100644 --- a/base/file_util_win.cc +++ b/base/file_util_win.cc @@ -604,6 +604,7 @@ bool CreateDirectory(const FilePath& full_path) { } else { LOG(WARNING) << "CreateDirectory(" << full_path_str << "), " << "conflicts with existing file."; + return false; } } |