| # | Line 199 | Line 199 | SDloadFile(SDData *sd, const char *fname) | |
|---|---|---|
| 199 | } | |
| 200 | wtl = ezxml_child(ezxml_child(fl, "Optical"), "Layer"); | |
| 201 | if (wtl == NULL) { | |
| 202 | < | sprintf(SDerrorDetail, "BSDF \"%s\": no optical layers'", |
| 202 | > | sprintf(SDerrorDetail, "BSDF \"%s\": no optical layers", |
| 203 | sd->name); | |
| 204 | ezxml_free(fl); | |
| 205 | return SDEformat; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |