# | Line 6 | Line 6 | static const char RCSid[] = "$Id$"; | |
---|---|---|
6 | * Added white-balance adjustment 10/01 (GW). | |
7 | */ | |
8 | ||
9 | – | #include <stdio.h> |
10 | – | #include <string.h> |
9 | #include <math.h> | |
12 | – | #include <time.h> |
10 | ||
11 | #include "platform.h" | |
12 | #include "color.h" | |
# | Line 37 | Line 34 | headline( /* process header line */ | |
34 | void *p | |
35 | ) | |
36 | { | |
37 | < | char fmt[32]; |
37 | > | char fmt[MAXFMTLEN]; |
38 | ||
39 | if (formatval(fmt, s)) { /* check if format string */ | |
40 | if (!strcmp(fmt,COLRFMT)) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |