| # | Line 379 | Line 379 | XKeyEvent *ekey; | |
|---|---|---|
| 379 | sprintf(buf, "%.3f", intens(cval)/exposure); | |
| 380 | break; | |
| 381 | case 'l': /* luminance */ | |
| 382 | < | sprintf(buf, "%.0fn", luminance(cval)/exposure); |
| 382 | > | sprintf(buf, "%.0fL", luminance(cval)/exposure); |
| 383 | break; | |
| 384 | case 'c': /* color */ | |
| 385 | comp = pow(2.0, (double)scale); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |