allow reading LTSPICE ascii raw files with 'load' command

by discarding 'Offset:'
This commit is contained in:
Holger Vogt 2018-04-23 21:42:48 +02:00 committed by rlar
parent 43a6339071
commit 68125ea3cf
1 changed files with 2 additions and 0 deletions

View File

@ -332,6 +332,8 @@ raw_read(char *name) {
s = SKIP(buf);
NONL(s);
date = copy(s);
} else if (ciprefix("offset:", buf)) {
fprintf(cp_err, "Warning: Offset: is not supported\n");
} else if (ciprefix("plotname:", buf)) {
s = SKIP(buf);
NONL(s);