Revision: 50626
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50626&view=rev
Author:   starseeker
Date:     2012-05-21 21:07:28 +0000 (Mon, 21 May 2012)
Log Message:
-----------
Support framebuffer specifications without the space for rt compatibility

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/rtwizard/rtwizard.tcl

Modified: brlcad/trunk/src/tclscripts/rtwizard/rtwizard.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/rtwizard/rtwizard.tcl   2012-05-21 20:53:15 UTC 
(rev 50625)
+++ brlcad/trunk/src/tclscripts/rtwizard/rtwizard.tcl   2012-05-21 21:07:28 UTC 
(rev 50626)
@@ -102,6 +102,8 @@
 
 # Perform the actual option parsing
 if {[info exists argv]} {
+  # Handle specifications of framebuffer devices like -F/dev/ogl for rt 
compatibility
+  set argv [regsub -all { -F/} $argv { -F /}]
   set argv2 [getopt::getopt $argv]
   set argv ""
 }

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to