| # | Line 299 | Line 299 | getexpos( /* get exposure from header line */ | |
|---|---|---|
| 299 | void *p | |
| 300 | ) | |
| 301 | { | |
| 302 | < | char fmt[32]; |
| 302 | > | char fmt[MAXFMTLEN]; |
| 303 | ||
| 304 | if (isexpos(s)) | |
| 305 | exposure *= exposval(s); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |