added missing output convertion from ULONG in waveform record

This commit is contained in:
2018-07-12 16:11:38 +02:00
parent 54bc78f7c7
commit cfa777d718

View File

@ -192,6 +192,7 @@ static long writeData (dbCommon *record, format_t *format)
return ERROR;
break;
}
case DBF_ULONG:
case DBF_LONG:
case DBF_ENUM:
{