myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-261


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-261-gfc76315
Date: Mon, 21 Jun 2010 11:48:23 +0000

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 "GNU MyServer".

The branch, master has been updated
       via  fc763153ffea70459d61ce10fa093c78efdb05fe (commit)
      from  44aaca8c923a74bce455d9864510b904a2753a3b (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 -----------------------------------------------------------------


commit fc763153ffea70459d61ce10fa093c78efdb05fe
Author: Giuseppe Scrivano <address@hidden>
Date:   Mon Jun 21 13:48:18 2010 +0200

    Fix a build error with GCC 4.5.

diff --git a/myserver/src/base/files_cache/cached_file.cpp 
b/myserver/src/base/files_cache/cached_file.cpp
index 9b98780..d03b56b 100644
--- a/myserver/src/base/files_cache/cached_file.cpp
+++ b/myserver/src/base/files_cache/cached_file.cpp
@@ -47,7 +47,7 @@ using namespace std;
  */
 CachedFile::CachedFile (CachedFileBuffer* cfb)
 {
-  File::File ();
+  handle = -1;
   buffer = cfb;
   fseek = 0;
   cfb->addRef ();

-----------------------------------------------------------------------

Summary of changes:
 myserver/src/base/files_cache/cached_file.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]