# | Line 5 | Line 5 | static const char RCSid[] = "$Id$"; | |
---|---|---|
5 | * program to convert between RADIANCE and Windows BMP file | |
6 | */ | |
7 | ||
8 | – | #include <stdio.h> |
8 | #include <math.h> | |
10 | – | #include <string.h> |
9 | ||
10 | + | #include "rtio.h" |
11 | #include "platform.h" | |
12 | #include "color.h" | |
13 | #include "tonemap.h" | |
# | Line 211 | Line 210 | quiterr(const char *err) | |
210 | static int | |
211 | headline(char *s, void *p) | |
212 | { | |
213 | < | char fmt[32]; |
213 | > | char fmt[MAXFMTLEN]; |
214 | ||
215 | if (formatval(fmt, s)) { /* check if format string */ | |
216 | if (!strcmp(fmt,COLRFMT)) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |