File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/core/packet.cpp
Show inline comments
 
@@ -8,14 +8,12 @@
 
 */
 

	
 
/**
 
 * @file packet.cpp Basic functions to create, fill and read packets.
 
 */
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../../stdafx.h"
 
#include "../../string_func.h"
 

	
 
#include "packet.h"
 

	
 
#include "../../safeguards.h"
 
@@ -307,8 +305,6 @@ void Packet::Recv_string(char *buffer, s
 
		pos++;
 
	}
 
	this->pos = pos;
 

	
 
	str_validate(bufp, last, settings);
 
}
 

	
 
#endif /* ENABLE_NETWORK */