Enlightenment CVS committal

Author  : tilman
Project : misc
Module  : enthrall

Dir     : misc/enthrall/src


Modified Files:
        enthrall.c 


Log Message:
ugh, forgot to hook up the new command line switches in getopt_long()

===================================================================
RCS file: /cvs/e/misc/enthrall/src/enthrall.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- enthrall.c  18 Aug 2006 19:02:27 -0000      1.7
+++ enthrall.c  26 Aug 2006 11:10:12 -0000      1.8
@@ -1,5 +1,5 @@
 /*
- * $Id: enthrall.c,v 1.7 2006/08/18 19:02:27 tilman Exp $
+ * $Id: enthrall.c,v 1.8 2006/08/26 11:10:12 tilman Exp $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -179,7 +179,7 @@
 
        strcpy (e.output_dir, ".");
 
-       while ((c = getopt_long (argc, argv, "hf:q:w:", options, NULL)) != -1) {
+       while ((c = getopt_long (argc, argv, "hf:o:p:q:w:", options, NULL)) != 
-1) {
                int base;
 
                switch (c) {



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to