View | Details | Raw Unified
Collapse All | Expand All

(-) src/game/PlayerInfo.cxx.original (+6 lines)
 Lines 108-113    Link Here 
  buf = nboUnpackString(buf, email, EmailLen);
  buf = nboUnpackString(buf, email, EmailLen);
  buf = nboUnpackString(buf, token, TokenLen);
  buf = nboUnpackString(buf, token, TokenLen);
  buf = nboUnpackString(buf, clientVersion, VersionLen);
  buf = nboUnpackString(buf, clientVersion, VersionLen);
  // terminate the strings
  callSign[CallSignLen - 1] = '\0';
  email[EmailLen - 1] = '\0';
  token[TokenLen - 1] = '\0';
  clientVersion[VersionLen - 1] = '\0';
  cleanEMail();
  cleanEMail();
  DEBUG2("Player %s [%d] sent version string: %s\n",
  DEBUG2("Player %s [%d] sent version string: %s\n",