[Mapserver-dev] ^M in getNumeric

Paul Ramsey pramsey at refractions.net
Wed Jun 2 12:22:49 EDT 2004


Steve,
The change you added recently with getNumeric appears include DOS 
linefeeds. As seen in mapserv_fcgi.c

static double getNumeric(char *s)
{
   char *err;^M  double rv;^M  rv = strtod(s, &err);^M  if (*err) {^M 
  msSetErr
or(MS_TYPEERR, NULL, "getNumeric()");^M    writeError();^M  }^M  return rv;
}


-- 
       __
      /
      | Paul Ramsey
      | Refractions Research
      | Email: pramsey at refractions.net
      | Phone: (250) 885-0632
      \_




More information about the mapserver-dev mailing list