Twas brillig at 16:31:50 13.04.2010 UTC-07 when
[email protected] did gyre and gimble:

 AC> Mikhail Gusarov wrote:
 >> +    if (!setenv("WINDOWPATH", newwindowpath, TRUE))
 >> +        fprintf(stderr, "%s:  unable to set WINDOWPATH\n", program);

 AC> When I built and tried running it, this always reported a bogus error
 AC> until I changed it to:
 AC>     if (setenv("WINDOWPATH", newwindowpath, TRUE) != 0)
 AC>         Error("unable to set WINDOWPATH");

Whoops, stupid error. Thanks.

-- 
  http://fossarchy.blogspot.com/

Attachment: pgpYL4mPfQg6S.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to