Loading src/PartOfPacket.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
src/PartOfPacket.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading