gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gfx/libos Os-GLX.cxx


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gfx/libos Os-GLX.cxx
Date: Tue, 04 Mar 2003 08:15:01 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/03/04 08:15:01

Modified files:
        gfx/libos      : Os-GLX.cxx 

Log message:
        Fix timeout

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libos/Os-GLX.cxx.diff?tr1=1.26&tr2=1.27&r1=text&r2=text

Patches:
Index: gzz/gfx/libos/Os-GLX.cxx
diff -u gzz/gfx/libos/Os-GLX.cxx:1.26 gzz/gfx/libos/Os-GLX.cxx:1.27
--- gzz/gfx/libos/Os-GLX.cxx:1.26       Wed Feb 26 10:50:09 2003
+++ gzz/gfx/libos/Os-GLX.cxx    Tue Mar  4 08:15:01 2003
@@ -729,7 +729,7 @@
                        } else {
                            int ms = timeouts[i].time - t;
                            if(ms < timeout.tv_usec / 1000)
-                               timeout.tv_sec = 1000 * ms;
+                               timeout.tv_usec = 1000 * ms;
                        }
                    }
                }




reply via email to

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