This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake".
The branch, next has been updated via 7e07fc027b8d409a501514a39d0df2c0d11adfd0 (commit) via b85e9a8b0f69826ff63d2f3658ce5442b32b6896 (commit) from 57d720f763f58ea0ab5127c590d4ce0ad9976567 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7e07fc027b8d409a501514a39d0df2c0d11adfd0 commit 7e07fc027b8d409a501514a39d0df2c0d11adfd0 Merge: 57d720f b85e9a8 Author: Clinton Stimpson <clin...@elemtech.com> AuthorDate: Fri Dec 19 23:44:35 2014 -0500 Commit: CMake Topic Stage <kwro...@kitware.com> CommitDate: Fri Dec 19 23:44:35 2014 -0500 Merge topic 'macho-parser' into next b85e9a8b Fix compile error on some OS X machines. http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b85e9a8b0f69826ff63d2f3658ce5442b32b6896 commit b85e9a8b0f69826ff63d2f3658ce5442b32b6896 Author: Clinton Stimpson <clin...@elemtech.com> AuthorDate: Fri Dec 19 21:44:07 2014 -0700 Commit: Clinton Stimpson <clin...@elemtech.com> CommitDate: Fri Dec 19 21:44:07 2014 -0700 Fix compile error on some OS X machines. diff --git a/Source/cmMachO.cxx b/Source/cmMachO.cxx index e9e76fa..1607845 100644 --- a/Source/cmMachO.cxx +++ b/Source/cmMachO.cxx @@ -51,7 +51,8 @@ namespace { { return false; } - return fin.seekg(p); + fin.seekg(p); + return fin.good(); } // read from the file and fill a data structure ----------------------------------------------------------------------- Summary of changes: Source/cmMachO.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- CMake _______________________________________________ Cmake-commits mailing list Cmake-commits@cmake.org http://public.kitware.com/mailman/listinfo/cmake-commits