|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
Little Clucker
![]() Join Date: Dec 2011
Location: Latvia
Posts: 35
Reputation: 0
|
Quote:
Code:
else if(strcmp(line, "Owner=", false, 6) == 0) strcpy(VehicleOwner[i], sizeof(VehicleOwner[]), line[6]); else if(strcmp(line, "NumberPlate=", false, 12) == 0) strcpy(VehicleNumberPlate[i], sizeof(VehicleNumberPlate[]), line[12]); |
|
|
|
|
|
|
#2 |
|
Beta Tester
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2008
Location: 629
Posts: 13,301
Reputation: 1909
|
"strcpy" is USUALLY defined as: "strcpy(dest[], src[], len)". You seem to be using it as "strcpy(dest[], len, src[])".
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| (1500)error 035: argument type mismatch (argument 2) | §ñ†¶e®ÐµÐe | Scripting Help | 2 | 17/12/2011 01:26 PM |
| Help plox(error 035: argument type mismatch (argument 2) | TheTerminator | Scripting Help | 2 | 18/11/2011 05:54 PM |
| command error 035: argument type mismatch (argument 2) | Silent_Rainstorm | Help Archive | 5 | 07/06/2011 11:13 AM |
| [SOLVED]error 035: argument type mismatch (argument 1) | KoczkaHUN | Help Archive | 0 | 28/04/2011 12:49 PM |
| SSCANF error 035: argument type mismatch (argument 2) | DeltaAirlines12 | Help Archive | 6 | 11/02/2011 01:36 PM |