remove typo
This commit is contained in:
parent
f698ce6281
commit
f1d944e4c4
|
|
@ -158,7 +158,7 @@ void raw_write(char *name, struct plot *pl, bool app, bool binary)
|
||||||
|
|
||||||
fprintf(fp, "Variables:\n");
|
fprintf(fp, "Variables:\n");
|
||||||
for (i = 0, v = pl->pl_dvecs; v; v = v->v_next) {
|
for (i = 0, v = pl->pl_dvecs; v; v = v->v_next) {
|
||||||
/* write i(name) instaed of name#branch */
|
/* write i(name) instead of name#branch */
|
||||||
if (v->v_type == SV_CURRENT && !keepbranch) {
|
if (v->v_type == SV_CURRENT && !keepbranch) {
|
||||||
branch = NULL;
|
branch = NULL;
|
||||||
/* get name only*/
|
/* get name only*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue