Skip to content
Snippets Groups Projects
Commit 2ea67c87 authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Fixing a bug on ParOfPacket.loadFields().

parent 716ffb1a
Branches
Tags
No related merge requests found
......@@ -90,6 +90,7 @@ bool PartOfPacket::loadFields(InputText& fp) throw(PacketException*)
int count = 0;
/// count the number of fields
long pos = fp.getpos();
name = fp.getLine();
count++;
while(strlen(name) != 0)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment