Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2002:
[Freeciv-Dev] Command line option -d fails with Xaw client (PR#1752)
Home

[Freeciv-Dev] Command line option -d fails with Xaw client (PR#1752)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Command line option -d fails with Xaw client (PR#1752)
From: Raimar Falke <rf13@xxxxxxxxxxxxxxxxx>
Date: Tue, 16 Jul 2002 07:00:08 -0700 (PDT)

The command line argument -d and --debug doesn't work with the Xaw client:

$ ./civ -d 0
Error: Can't open display: 0
$ ./civ --debug 0
Error: Can't open display:

Fix: remove the parsed options from argc/argv before they are passed
to ui_main.

        Raimar



[Prev in Thread] Current Thread [Next in Thread]