| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | ||
| 10 | #define _USE_MATH_DEFINES | |
| 11 | #include <stdlib.h> | |
| 12 | – | #include <string.h> |
| 12 | #include <math.h> | |
| 13 | #include "rtio.h" | |
| 14 | #include "resolu.h" | |
| # | Line 659 | Line 658 | save_bsdf_rep(FILE *ofp) | |
| 658 | static int | |
| 659 | headline(char *s, void *p) | |
| 660 | { | |
| 661 | < | char fmt[64]; |
| 661 | > | char fmt[MAXFMTLEN]; |
| 662 | int i; | |
| 663 | ||
| 664 | if (!strncmp(s, "NAME=", 5)) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |