Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/src


Modified Files:
        options.c 


Log Message:
Mon Apr  5 17:12:06 2004                        Michael Jennings (mej)

Fixed bug in loading print_pipe attribute pointed out by Tom A. Cox
<[EMAIL PROTECTED]>.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/options.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -3 -r1.131 -r1.132
--- options.c   11 Jan 2004 22:10:29 -0000      1.131
+++ options.c   5 Apr 2004 21:00:36 -0000       1.132
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: options.c,v 1.131 2004/01/11 22:10:29 mej Exp 
$";
+static const char cvs_ident[] = "$Id: options.c,v 1.132 2004/04/05 21:00:36 mej Exp 
$";
 
 #include "config.h"
 #include "feature.h"
@@ -1441,8 +1441,7 @@
     }
     if (!BEG_STRCASECMP(buff, "print_pipe ")) {
 #ifdef PRINTPIPE
-        RESET_AND_ASSIGN(rs_print_pipe, STRDUP(get_pword(2, buff)));
-        chomp(rs_print_pipe);
+        RESET_AND_ASSIGN(rs_print_pipe, get_word(2, buff));
 #else
         print_warning("Support for the print_pipe attribute was not compiled in, 
ignoring\n");
 #endif




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to