Skip to content
Snippets Groups Projects
Commit da67cbae authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

ensval: init ofilename.

parent 8ee3fb4e
No related branches found
No related tags found
1 merge request!29M214003/develop
......@@ -190,7 +190,7 @@ Ensval(void *process)
break;
}
std::vector<char> ofilename(namelen);
std::vector<char> ofilename(namelen, 0);
snprintf(ofilename.data(), namelen, "%s.%s%s", ofilebase.c_str(), type_suffix, filesuffix);
// fprintf(stderr, "StreamID %i: %s\n", stream, ofilename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment