gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob src/util/Debug.cxx org/nongnu/libvob/lav...


From: Benja Fallenstein
Subject: [Gzz-commits] libvob src/util/Debug.cxx org/nongnu/libvob/lav...
Date: Thu, 24 Apr 2003 10:35:30 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Benja Fallenstein <address@hidden>      03/04/24 10:35:30

Modified files:
        src/util       : Debug.cxx 
Added files:
        org/nongnu/libvob/lava/placeable: Placeable.java 

Log message:
        Interface for some fixed layout of vobs that can be placed into a vob 
scene

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/lava/placeable/Placeable.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/src/util/Debug.cxx.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: libvob/src/util/Debug.cxx
diff -u libvob/src/util/Debug.cxx:1.6 libvob/src/util/Debug.cxx:1.7
--- libvob/src/util/Debug.cxx:1.6       Sun Apr 20 07:08:27 2003
+++ libvob/src/util/Debug.cxx   Thu Apr 24 10:35:29 2003
@@ -46,7 +46,7 @@
            dbgstream->rdbuf()->pubsetbuf(0,0);
            setbufyet = true;
        }
-       return &std::cout;
+       return dbgstream;
     }
 
   struct IntPtr {




reply via email to

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