| # | Line 18 | Line 18 | ZConsWriter::ZConsWriter(const char* filename, vector< | |
|---|---|---|
| 18 | ||
| 19 | if(!output){ | |
| 20 | sprintf( painCave.errMsg, | |
| 21 | < | "Could not open \"s\" for z constrain output \n", |
| 21 | > | "Could not open %s for z constrain output \n", |
| 22 | filename); | |
| 23 | painCave.isFatal = 1; | |
| 24 | simError(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |