Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2005:
[Freeciv-Dev] (PR#12335) client doesn't take care of the --program-prefi
Home

[Freeciv-Dev] (PR#12335) client doesn't take care of the --program-prefi

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#12335) client doesn't take care of the --program-prefix/--program-suffix option
From: "Joerg Reckers" <anarchojoerg@xxxxxx>
Date: Wed, 23 Feb 2005 08:37:46 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12335 >

freeciv
version: 2.0.0-beta8

When i configure the client and server with the same --program-suffix(prefix) 
the client wont find the server-binary. so i can't start a local game from 
the server.

thats because of

  my_snprintf(cmdline3, sizeof(cmdline3), "civserver %s", options);

in  client/connectdlg_common.c line 301

shouldn't it take care of the  --program-suffix(prefix) option?

greetings joerg





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#12335) client doesn't take care of the --program-prefix/--program-suffix option, Joerg Reckers <=