Project

General

Profile

Revision 56

Added by Jason knichel over 16 years ago

fixed a typo

View differences:

trunk/code/projects/colonet/ColonetServer/ConnectionPool.cpp
373 373
//TODO: fix names of variables to obey new style
374 374
int ConnectionPool::parse_command(char* command, int pool_index, ColonetWireless * wireless) {
375 375
  char tokens[MAX_TOKENS][MAX_TOKEN_SIZE];
376
  unsigned cnhar int_tokens[MAX_TOKENS];
376
  unsigned char int_tokens[MAX_TOKENS];
377 377
  int numTokens = 0;
378 378
  char* endptr = NULL;
379 379
  int commandID;

Also available in: Unified diff