gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1440-gc0fbe5c
Date: Sun, 11 Mar 2012 17:37:03 +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 "Gnash".

The branch, master has been updated
       via  c0fbe5c0e7e98fb53f0b1abd96cc882597dc060c (commit)
      from  342cc0e9c94ae4b8df40392b87277f227faf703c (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://git.savannah.gnu.org/cgit//commit/?id=c0fbe5c0e7e98fb53f0b1abd96cc882597dc060c


commit c0fbe5c0e7e98fb53f0b1abd96cc882597dc060c
Author: Rob Savoye <address@hidden>
Date:   Sun Mar 11 11:36:57 2012 -0600

    improve error message and fix typo. Bug #35736

diff --git a/libbase/curl_adapter.cpp b/libbase/curl_adapter.cpp
index f6dbaea..b5bdab4 100644
--- a/libbase/curl_adapter.cpp
+++ b/libbase/curl_adapter.cpp
@@ -1088,7 +1088,7 @@ CurlStreamFile::readNonBlocking(void *dst, 
std::streamsize bytes)
     fillCacheNonBlocking();
     if ( _error ) {
         // I guess an exception would be thrown in this case ?
-        log_error(_("curl adaptor's fillCacheNonBlocking set _error rather 
then throwing an exception"));
+        log_error(_("curl adaptor's fillCacheNonBlocking method sets an error 
condition rather than throwing an exception"));
         return 0; 
     }
 

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

Summary of changes:
 libbase/curl_adapter.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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