Revision: 53464
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53464&view=rev
Author:   brlcad
Date:     2012-11-06 02:28:33 +0000 (Tue, 06 Nov 2012)
Log Message:
-----------
there is no reason to write a .g to stdout, especially via system() (it's not 
even the right file)

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/tube.c

Modified: brlcad/trunk/src/proc-db/tube.c
===================================================================
--- brlcad/trunk/src/proc-db/tube.c     2012-11-05 22:27:30 UTC (rev 53463)
+++ brlcad/trunk/src/proc-db/tube.c     2012-11-06 02:28:33 UTC (rev 53464)
@@ -230,9 +230,6 @@
     }
     wdb_close(outfp);
     fflush(stderr);
-    ret = system("cat ke.g");  /* XXX need library routine */
-    if (ret < 0)
-       perror("system");
 
     return 0;
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to