Update of bug #9966 (project wormux):

                  Status:                    None => Works For Me           
             Assigned to:                    None => eddyp                  

    _______________________________________________________

Follow-up Comment #1:

Ok, the problem that char on powerpc, by default is unsigned and the fact
that getopt_long returns an int.

I'll apply the patch in about 3 hours when I get home, my sponsor confirmed
that this change fixes the issue:

+--- wormux-0.8beta2/src/main.cpp       2007-09-09 13:48:34.000000000 +0200
++++ wormux-0.8beta2.new/src/main.cpp   2007-09-10 16:58:04.000000000 +0200
+@@ -267,7 +267,7 @@
+ 
+ void ParseArgs(int argc, char * argv[])
+ {
+-  char c;
++  int c;
+   int option_index = 0;
+   struct option long_options[] =
+     {


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?9966>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wormux-gna mailing list
[email protected]
https://mail.gna.org/listinfo/wormux-gna

Reply via email to