Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2001:
[Freeciv-Dev] Re: typo in src
Home

[Freeciv-Dev] Re: typo in src

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Johnny Mnemonic <johnny@xxxxxxxxxxxxxxx>, freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: typo in src
From: Reinier Post <rp@xxxxxxxxxx>
Date: Thu, 1 Nov 2001 13:56:22 +0100

On Thu, Nov 01, 2001 at 09:47:24AM +0100, Johnny Mnemonic wrote:
> 
> Hi, maybe you had notice yourself but..
> server/savegame.c:1075:
>               (unsigend long) strlen(quoted),

  http://www.freeciv.org/lxr/source/server/savegame.c?v=cvs#L1075

1075       freelog(LOG_DEBUG, "quoted_length=%lu quoted=%lu current=%lu",
1076               (unsigned long) quoted_length,
1077               (unsigend long) strlen(quoted),
1078               (unsigned long) strlen(current));

What is the problem?
 
> Btw, something I miss in the source code is a simple txt showing the steps 
> for upgrading a language file (just the commands and a pair of describing 
> rows)
> 
> -- 
> Johnny

Is http://www.freeciv.org/i18n.html too long or does it lack information?

-- 
Reinier


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