Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2000:
[Freeciv-Dev] [PATCH] Localisation. (PR#499)
Home

[Freeciv-Dev] [PATCH] Localisation. (PR#499)

[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] [PATCH] Localisation. (PR#499)
From: gs234@xxxxxxxxx (Gaute (B) Strokkenes)
Date: Mon, 7 Aug 2000 08:13:06 -0700 (PDT)

Dmitriy Genzel <udgenzel@xxxxxxxxxxxxxx> writes:

> > --- helpdata.c.old  Sun Aug  6 00:31:06 2000
> > +++ helpdata.c      Sun Aug  6 00:32:14 2000
> > @@ -171,7 +171,7 @@
> >        break;
> >      }
> >    }
> > -  return strcmp(ta, tb);
> > +  return strcoll (ta, tb);
> >  }
> 
> Ok, this definitely works. Could someone commit it to CVS?

I'm Cc:ing bugs so that it doesn't get lost.

It might be useful to add a configure test for strcoll() too, since
it's C89+ only.

-- 
Big Gaute (not to be confused with LG)
Then, it's off to RED CHINA!!




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] [PATCH] Localisation. (PR#499), Gaute (B) Strokkenes <=