gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9957: don't wait for more data if we


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9957: don't wait for more data if we read it all.
Date: Sun, 18 Jan 2009 18:00:33 +1100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9957
committer: address@hidden
branch nick: rtmp
timestamp: Sun 2009-01-18 18:00:33 +1100
message:
  don't wait for more data if we read it all.
modified:
  libnet/rtmp.cpp
=== modified file 'libnet/rtmp.cpp'
--- a/libnet/rtmp.cpp   2009-01-05 05:26:50 +0000
+++ b/libnet/rtmp.cpp   2009-01-18 07:00:33 +0000
@@ -1078,7 +1078,7 @@
            buf.reset();
            break;
        }
-    } while (ret);
+    } while (ret <= 0);
     
 //     if (netDebug()) {
 //     buf->dump();


reply via email to

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