summaryrefslogtreecommitdiff
path: root/spectro/oemarch.c
diff options
context:
space:
mode:
Diffstat (limited to 'spectro/oemarch.c')
-rwxr-xr-x[-rw-r--r--]spectro/oemarch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/spectro/oemarch.c b/spectro/oemarch.c
index e3e262c..a9bbda1 100644..100755
--- a/spectro/oemarch.c
+++ b/spectro/oemarch.c
@@ -1845,9 +1845,9 @@ static ccss *parse_EDR(
dtech = dinfo->dtech;
trefmode = dinfo->refr;
- /* Set it's values */
+ /* Set it's values (OEM set) */
rv->set_ccss(rv, "X-Rite", creatdate, NULL, dispdesc, dtech, trefmode, tsel,
- "CS1000", samples, nsets);
+ "CS1000", 1, samples, nsets);
}
free(tdtypes);