[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] getenv() Used Instead of ft_getenv()
From: |
Werner LEMBERG |
Subject: |
Re: [ft] getenv() Used Instead of ft_getenv() |
Date: |
Wed, 04 Feb 2009 08:02:09 +0100 (CET) |
> ft_debug_init uses getenv, but it should probably be ft_getenv which
> should be defined in ft_stdlib. This only happens when building with
> FT_DEBUG_LEVEL_ERROR, so probably most people aren't affected.
>
> WinCE for example, doesn't have environment variables, so people
> building for it need to be able to find it and replace with
> something else (like getting the value from the registry).
Sounds sensible. Can you provide a patch?
Werner