| # | Line 424 | Line 424 | XKeyPressedEvent *ekey; | |
|---|---|---|
| 424 | sprintf(buf, "%.3f", intens(cval)/exposure); | |
| 425 | break; | |
| 426 | case 'l': /* luminance */ | |
| 427 | < | sprintf(buf, "%.0fn", luminance(cval)/exposure); |
| 427 | > | sprintf(buf, "%.0fL", luminance(cval)/exposure); |
| 428 | break; | |
| 429 | case 'c': /* color */ | |
| 430 | comp = pow(2.0, (double)scale); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |