ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/badarg.c
(Generate patch)

Comparing ray/src/common/badarg.c (file contents):
Revision 2.7 by greg, Sun Jun 10 17:50:29 2012 UTC vs.
Revision 2.8 by greg, Fri Feb 28 21:03:40 2014 UTC

# Line 37 | Line 37 | char   *fl
37                          if (*s == '\0')
38                                  return(i);
39                          while (*s)
40 <                                if (!isascii(*s++))
40 >                                if (!isprint(*s++))
41                                          return(i);
42                          break;
43                  case 'i':               /* integer */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines