16.08.2009, 13:10
Quote:
Originally Posted by IntrozeN
216: cmd = strtok(cmdtext, idx);
219: cmd = strtok(cmdtext, idx); Those two are exactly same... Delete one of them. That's what he meant |
Код:
(221) : error 047: array sizes do not match, or destination array is too small Code: 221: cmd = strtok(cmdtext, idx);