*** empty log message ***
This commit is contained in:
parent
b6ce59440b
commit
98af08c884
|
|
@ -794,7 +794,7 @@ static int plot_getvector TCL_CMDPROCARGS(clientData,interp,argc,argv) {
|
||||||
|
|
||||||
if (argc < 4 || argc > 6) {
|
if (argc < 4 || argc > 6) {
|
||||||
Tcl_SetResult(interp,
|
Tcl_SetResult(interp,
|
||||||
"Wrong # args. spice::plot_getvector spice_variable vecName ?start? ?end?",
|
"Wrong # args. spice::plot_getvector plot spice_variable vecName ?start? ?end?",
|
||||||
TCL_STATIC);
|
TCL_STATIC);
|
||||||
return TCL_ERROR;
|
return TCL_ERROR;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue