# | Line 5 | Line 5 | static const char RCSid[] = "$Id$"; | |
---|---|---|
5 | * program to convert from RADIANCE RLE to flat format | |
6 | */ | |
7 | ||
8 | – | #include <stdio.h> |
8 | #include <math.h> | |
10 | – | #include <time.h> |
11 | – | #include <string.h> |
9 | ||
10 | #include "platform.h" | |
11 | #include "rtio.h" | |
# | Line 198 | Line 195 | addhline( /* add a line to our info. header */ | |
195 | void *p | |
196 | ) | |
197 | { | |
198 | < | char fmt[32]; |
198 | > | char fmt[MAXFMTLEN]; |
199 | int n; | |
200 | ||
201 | if (formatval(fmt, s)) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |