Index: trunk/psphot/src/psphotVisual.c
===================================================================
--- trunk/psphot/src/psphotVisual.c	(revision 25992)
+++ trunk/psphot/src/psphotVisual.c	(revision 26003)
@@ -2062,5 +2062,5 @@
     Graphdata graphdata;
 
-    // XXX TEST if (!pmVisualIsVisual()) return true;
+    if (!pmVisualIsVisual()) return true;
 
     int myKapa = psphotKapaChannel (2);
@@ -2098,5 +2098,5 @@
         graphdata.ymax = PS_MAX(graphdata.ymax, y->data.F32[n]);
 
-	fprintf (f, "%d %d %f %f\n", i, n, x->data.F32[n], y->data.F32[n]);
+        fprintf (f, "%d %d %f %f\n", i, n, x->data.F32[n], y->data.F32[n]);
 
         n++;
