| 35 |
|
|
| 36 |
|
sprintf( painCave.errMsg, |
| 37 |
|
"Could not open \"%s\" for dump output.\n", |
| 38 |
< |
entry_plug->sampleName); |
| 38 |
> |
entry_plug->sampleName.c_str()); |
| 39 |
|
painCave.isFatal = 1; |
| 40 |
|
simError(); |
| 41 |
|
} |
| 111 |
|
if( !finalOut ){ |
| 112 |
|
sprintf( painCave.errMsg, |
| 113 |
|
"Could not open \"%s\" for final dump output.\n", |
| 114 |
< |
entry_plug->finalName ); |
| 114 |
> |
entry_plug->finalName.c_str() ); |
| 115 |
|
painCave.isFatal = 1; |
| 116 |
|
simError(); |
| 117 |
|
} |
| 144 |
|
if( !finalOut ){ |
| 145 |
|
sprintf( painCave.errMsg, |
| 146 |
|
"Could not open \"%s\" for final dump output.\n", |
| 147 |
< |
entry_plug->finalName ); |
| 147 |
> |
entry_plug->finalName.c_str() ); |
| 148 |
|
painCave.isFatal = 1; |
| 149 |
|
simError(); |
| 150 |
|
} |