From: Michal MalĂ˝ Date: Thu, 10 Jul 2014 08:29:15 +0000 (+0200) Subject: Use only "DAD" as the key for absorbance data file X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=76b396e798842b25ad1a8888944877931618f56d;p=libHPCS.git Use only "DAD" as the key for absorbance data file --- diff --git a/libhpcs_p.h b/libhpcs_p.h index 8521042..2e9fb64 100644 --- a/libhpcs_p.h +++ b/libhpcs_p.h @@ -29,7 +29,7 @@ typedef size_t HPCS_segsize; /* Identifiers of file types found at offset 0x1075 */ const char* FILE_TYPE_CE_CCD = "HPCE1L"; const char* FILE_TYPE_CE_CURRENT = "HPCE1C"; -const char* FILE_TYPE_CE_DAD = "DAD1"; +const char* FILE_TYPE_CE_DAD = "DAD"; const char* FILE_TYPE_CE_VOLTAGE = "HPCE1V"; const char* FILE_TYPE_CE_POWER = "HPCE1P";