| # | Line 131 | Line 131 | uint32 *luvs, | |
|---|---|---|
| 131 | int len | |
| 132 | ) | |
| 133 | { | |
| 134 | < | static char funcName[] = "tmCvLuv32"; |
| 134 | > | static const char funcName[] = "tmCvLuv32"; |
| 135 | double uvp[2]; | |
| 136 | register LUV32DATA *ld; | |
| 137 | register int i, j; | |
| # | Line 255 | Line 255 | uint16 *l16s, | |
| 255 | int len | |
| 256 | ) | |
| 257 | { | |
| 258 | < | static char funcName[] = "tmCvL16"; |
| 258 | > | static const char funcName[] = "tmCvL16"; |
| 259 | static double lastsf; | |
| 260 | static int offset; | |
| 261 | register int i; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |