Index: common/Player.cpp
===================================================================
--- common/Player.cpp	(revision 11062102ef714b823a46ff973138fe9bbfe4bb1a)
+++ common/Player.cpp	(revision 35350885b79c4f4d7a57a4934a3ddda40a828257)
@@ -68,8 +68,9 @@
    oss << this->id;
    oss << this->name;
-   css << this->pos.x;
-   css << this->pos.y;
+   //oss << '\0';
+   oss << this->pos.x;
+   oss << this->pos.y;
 
-   memcpy(buffer, oss.str().c_str(), oss.str().length);
+   memcpy(buffer, oss.str().c_str(), oss.str().length());
 }
 
@@ -86,5 +87,5 @@
    */
 
-   iss >> this.id;
+   iss >> this->id;
    iss >> this->name;
    iss >> this->pos.x;
