gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9964: one too many for a short.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9964: one too many for a short.
Date: Tue, 03 Feb 2009 10:43:02 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9964
committer: address@hidden
branch nick: rtmp
timestamp: Tue 2009-02-03 10:43:02 -0700
message:
  one too many for a short.
modified:
  libamf/amf.h
=== modified file 'libamf/amf.h'
--- a/libamf/amf.h      2009-01-05 05:23:50 +0000
+++ b/libamf/amf.h      2009-02-03 17:43:02 +0000
@@ -70,7 +70,7 @@
 /// for the following value is bogus. Although the length field is a short, it
 /// seems silly to assume we'll ever see a string 65,000 characters long. 
Still,
 /// it makes sense to make this an adjustable thing.
-const int SANE_STR_SIZE = 65536;
+const int SANE_STR_SIZE = 65535;
 
 /// Binary representation of an ActionScript object.
 //


reply via email to

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