On Mon, Sep 5, 2011 at 06:47, Octavian Voicu <[email protected]> wrote:
> 2011/9/5 Frédéric Delanoy <[email protected]>:
>> +        static WCHAR string[MAX_PATH];
>
> Why make this static? It's only a temporary buffer and it's only used
> once, when building the cache.

Yeah true.
Bad copy-paste from old WCMD_goto, although making it non-static won't
change much, save conserving some memory.

Will resubmit without the "static" part.

Frédéric


Reply via email to