RE: [cricket-users] ugrading to cricket ver 0.71

From: Honermann Tom A. (TA.Honermann@hosp.wisc.edu)
Date: Mon Jan 10 2000 - 15:23:55 PST


From: "Honermann Tom A." <TA.Honermann@hosp.wisc.edu>

Another quick fix relating to y-min=0 and y-max=0:

Change line 1328 in grapher.cgi from:
        if ($ym && ! $ymaxlck) {
to:
        if (defined($ym) && ! $ymaxlck) {

Change line 1337 in grapher.cgi from:
        if ($ym && ! $yminlck) {
to:
        if (defined($ym) && ! $yminlck) {

> -----Original Message-----
> From: Jeff Allen [SMTP:jra@corp.webtv.net]
> Sent: Monday, January 10, 2000 3:43 PM
> To: Honermann Tom A.
> Cc: 'shanman@shanman.net'; 'cricket-users@onelist.com'
> Subject: RE: [cricket-users] ugrading to cricket ver 0.71
>
> From: Jeff Allen <jra@corp.webtv.net>
>
> Honermann Tom A. wrote:
> > I'm willing to bet that that line should be changed to:
> > my($vname, $dss) = split(/\s*:\s*/, $v, 2);
> > I suspect it was a typo that the \s* was typed \*.
>
> Yes, this is the correct fix. I have added it to my version, and I
> expect to be putting out a new Cricket in the next day or so with this
> fix and maybe some others, if you guys find things that need to be
> fixed.
>
> --
> Jeff R. Allen | jra@corp.webtv.net
> WebTV Service Engineering | http://www.munitions.com/~jra
>
> --------------------------- ONElist Sponsor ----------------------------
>
> Hey Freelancers: Find your next project through JobSwarm!
> You can even make money in your sleep by referring friends.
> <a href=" http://clickme.onelist.com/ad/jobswarm1 ">Click Here</a>
>
> ------------------------------------------------------------------------

--------------------------- ONElist Sponsor ----------------------------

  Hey Freelancers: Find your next project through JobSwarm!
  You can even make money in your sleep by referring friends.
<a href=" http://clickme.onelist.com/ad/jobswarm1 ">Click Here</a>

------------------------------------------------------------------------



This archive was generated by hypermail 2b29 : Mon Mar 06 2000 - 19:01:09 PST