[Cmake-commits] CMake branch, master, updated. 38524ec8d11b40d3f1a98c9e4143c4fff688f84e
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Apr 27 21:29:38 EDT 2010
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, master has been updated
via 38524ec8d11b40d3f1a98c9e4143c4fff688f84e (commit)
from 2e188ef1ffe4a74080bd5da6e56ee431de23f277 (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=38524ec8d11b40d3f1a98c9e4143c4fff688f84e
commit 38524ec8d11b40d3f1a98c9e4143c4fff688f84e
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date: Tue Apr 27 21:27:26 2010 -0400
Remove another c++ comment from the c code.
diff --git a/Utilities/cmlibarchive/libarchive/archive_read.c b/Utilities/cmlibarchive/libarchive/archive_read.c
index e4bdaa6..79dd1f8 100644
--- a/Utilities/cmlibarchive/libarchive/archive_read.c
+++ b/Utilities/cmlibarchive/libarchive/archive_read.c
@@ -1153,7 +1153,7 @@ __archive_read_skip(struct archive_read *a, int64_t request)
if (skipped == request)
return (skipped);
/* We hit EOF before we satisfied the skip request. */
- if (skipped < 0) // Map error code to 0 for error message below.
+ if (skipped < 0) /* Map error code to 0 for error message below. */
skipped = 0;
archive_set_error(&a->archive,
ARCHIVE_ERRNO_MISC,
-----------------------------------------------------------------------
Summary of changes:
Utilities/cmlibarchive/libarchive/archive_read.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list