Package: gcjwebplugin
Version: 0.3.1-2
Severity: grave

>From src/gcjwebplugin.cc:
> static NPError
> start_appletviewer_process(void)
> {
>
>   // Add install prefix to PATH.
>   char *searchpath = getenv("PATH");
>   char *newpath = NULL;
>
>   if (searchpath != NULL)
>     {
>       newpath = strcat(searchpath, ":/home/mkoch/local/gcjwebplugin/bin");
>     }
>   else
>     {
>       newpath = "/home/mkoch/local/gcjwebplugin/bin";
>     }
>
>   setenv("PATH", newpath, 1);

- Josh Triplett

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to