Browse Source

Removed stupid comment

pre-master-46
pnenzi 18 years ago
parent
commit
25a32c370e
  1. 2
      src/frontend/rawfile.c

2
src/frontend/rawfile.c

@ -165,7 +165,7 @@ raw_write(char *name, struct plot *pl, bool app, bool binary)
fprintf(fp, "\t%d\ti(%s)\t%s", i++, v->v_name, ft_typenames(v->v_type));
if ( branch != NULL ) *branch = '#';
} else if ( strcmp( ft_typenames(v->v_type), "voltage" ) == 0 ) {
fprintf(fp, "\t%d\t%s\t%s", i++, v->v_name, ft_typenames(v->v_type)); /* XXX*/
fprintf(fp, "\t%d\t%s\t%s", i++, v->v_name, ft_typenames(v->v_type));
} else {
fprintf(fp, "\t%d\t%s\t%s", i++, v->v_name, ft_typenames(v->v_type));
}

Loading…
Cancel
Save