fixed warning for fname in zmqheader

This commit is contained in:
2020-03-19 10:18:37 +01:00
parent e61d1a1651
commit d43d74a92d
3 changed files with 4 additions and 5 deletions

View File

@ -206,7 +206,7 @@ class DataStreamer : private virtual slsReceiverDefs, public ThreadObject {
uint64_t firstMeasurementIndex;
/* File name to stream */
char fileNametoStream[MAX_STR_LENGTH];
std::string fileNametoStream;
/** Complete buffer used for roi, eg. shortGotthard */
char* completeBuffer;