William Coleda <[EMAIL PROTECTED]> wrote:
> in src/library.c (main branch), I find:

> const char*
> Parrot_get_runtime_prefix(Interp *interpreter, STRING **prefix_str)
> {
>     static STRING *s;
>     static int init_done;
      ^^^^^^

> init_done is never initialized here. What's up?

It ought to be zero initially.

leo

Reply via email to