http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.14.tar.gz
[xscreensaver] / hacks / glx / gltext.c
index 75073fb31a05ec30e73a29b984770e64a3d0a4f3..aa3e876e4e333d075b1e30220298f2b1cf977b83 100644 (file)
@@ -389,9 +389,9 @@ text_extents (const char *string, int *wP, int *hP)
 
         if (w > *wP) *wP = w;
         *hP += line_height;
-        s++;
         lines++;
         if (*s == 0) break;
+        s++;
       }
     else
       s++;