| # | Line 173 | Line 173 | char *s; | |
|---|---|---|
| 173 | static char *altname[] = {"rview","rpict",VIEWSTR,NULL}; | |
| 174 | register char **an; | |
| 175 | ||
| 176 | < | if (!strncmp(s, "EXPOSURE=", 9)) |
| 177 | < | exposure *= atof(s+9); |
| 176 | > | if (isexpos(s)) |
| 177 | > | exposure *= exposval(s); |
| 178 | else | |
| 179 | for (an = altname; *an != NULL; an++) | |
| 180 | if (!strncmp(*an, s, strlen(*an))) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |