gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog libbase/tu_file.cpp


From: Bastiaan Jacques
Subject: Re: [Gnash-commit] gnash ChangeLog libbase/tu_file.cpp
Date: Sun, 11 Feb 2007 12:18:15 +0100 (CET)



On Sat, 10 Feb 2007, Markus Gothe wrote:

Index: libbase/tu_file.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_file.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- libbase/tu_file.cpp 14 Sep 2006 05:02:11 -0000      1.10
+++ libbase/tu_file.cpp 10 Feb 2007 17:54:06 -0000      1.11
@@ -18,6 +18,7 @@

using namespace gnash;

+namespace gnash {
static int
std_read_func(void* dst, int bytes, void* appdata)
// Return the number of bytes actually read.  EOF or an error would
@@ -112,10 +113,9 @@
    int         m_position;

    filebuf()
-       :
-       m_position(0),
-       m_read_only(false)
        {
+               m_position = 0;
+               m_read_only = false;
        }

This change seems unrelated and unnecessary... if it was intended, could you please explain it?

Bastiaan





reply via email to

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