Skip to content
Snippets Groups Projects
Commit 4a2ded42 authored by Andrea Bulgarelli's avatar Andrea Bulgarelli
Browse files

if prefix==false set dimPrefix=0

parent 2ffe793f
Branches
No related tags found
No related merge requests found
......@@ -200,6 +200,9 @@ bool PacketStream::createStreamStructure() throw(PacketException*)
/// dimensione of prefix
//delete[] line;
line = config.getLine();
if(prefix == false)
dimPrefix = 0;
else
dimPrefix = atoi(line);
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment