Revision: 55934
          http://sourceforge.net/p/brlcad/code/55934
Author:   carlmoore
Date:     2013-07-02 17:05:35 +0000 (Tue, 02 Jul 2013)
Log Message:
-----------
I noticed that rle-fb was referenced from within fbed.c , so after I removed 
old h option from rle-fb, I went to fbed.c and implemented -s 1024

Modified Paths:
--------------
    brlcad/trunk/src/fbed/fbed.c

Modified: brlcad/trunk/src/fbed/fbed.c
===================================================================
--- brlcad/trunk/src/fbed/fbed.c        2013-07-02 16:57:07 UTC (rev 55933)
+++ brlcad/trunk/src/fbed/fbed.c        2013-07-02 17:05:35 UTC (rev 55934)
@@ -1480,8 +1480,9 @@
        };
     if ( fb_getwidth(fbp) == 1024 )
     {
-       args[1] = "-h";
-       args[2] = rle_file_nm;
+       args[1] = "-s";
+       args[2] = "1024";
+       args[3] = rle_file_nm;
     }
     if ( ! get_Input( rle_file_nm, MAX_LN, "Enter RLE file name : " ) )
        return 0;

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to