| # | Line 57 | Line 57 | const string IgnoreVisitor::toString(){ | |
|---|---|---|
| 57 | sprintf(buffer ,"------------------------------------------------------------------\n"); | |
| 58 | result += buffer; | |
| 59 | ||
| 60 | < | sprintf(buffer ,"Visitor name: %s", visitorName.c_str()); |
| 60 | > | sprintf(buffer ,"Visitor name: %s\n", visitorName.c_str()); |
| 61 | result += buffer; | |
| 62 | ||
| 63 | sprintf(buffer ,"Visitor Description: ignore stuntdoubles\n"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |