gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob org/nongnu/libvob/package.html src/trans...


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob org/nongnu/libvob/package.html src/trans...
Date: Mon, 11 Aug 2003 07:56:11 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/08/11 07:56:11

Modified files:
        org/nongnu/libvob: package.html 
        src/trans      : Coorder.cxx 

Log message:
        Catch faulty cs at one more point

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/package.html.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/src/trans/Coorder.cxx.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/package.html
diff -u libvob/org/nongnu/libvob/package.html:1.2 
libvob/org/nongnu/libvob/package.html:1.3
--- libvob/org/nongnu/libvob/package.html:1.2   Thu Mar 13 12:41:39 2003
+++ libvob/org/nongnu/libvob/package.html       Mon Aug 11 07:56:10 2003
@@ -4,6 +4,15 @@
 <!--
 
 -->
+
+<script language="JavaScript">
+<!-- Begin JavaScript
+function setImg(img_id, img_src, img_usemap) {
+document[img_id].setAttribute("src", img_src);
+document[img_id].setAttribute("usemap", img_usemap);
+}
+// End -->
+</script>
 </head>
 <body bgcolor="white">
 
Index: libvob/src/trans/Coorder.cxx
diff -u libvob/src/trans/Coorder.cxx:1.6 libvob/src/trans/Coorder.cxx:1.7
--- libvob/src/trans/Coorder.cxx:1.6    Wed Jun 11 13:41:56 2003
+++ libvob/src/trans/Coorder.cxx        Mon Aug 11 07:56:11 2003
@@ -265,7 +265,7 @@
            
            for(int j=0; j<nprev; j++) {
                int parent = inds1[i+1+j];
-               Transform *parentcs = cs[parent];
+               Transform *parentcs = get(parent); // cs[parent]; -- check 
bounds using geT()
                if(parentcs == 0) {
                    DBG(dbg_coorder) << "Parent "<<j<<" not interp\n";
                    goto nextInd; // If parent's not interpolating, neither are 
we.




reply via email to

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