****** strcpy!!
#1

PHP код:
YSI\y_utils.inc(232) : warning 201redefinition of constant/macro (symbol "strcpy(%0,%1)"
How can I fix this?!!?!?
Reply
#2

I think You have already defined strcpy(%0,%1) in your gamemode, if so , delete it.
Reply
#3

I don't defined. I checked in inlcudes..
Reply
#4

show the code which uses strcpy.
Reply
#5

I don't have code that uses strcpy.
Please help.
Reply
#6

UP....
Reply
#7

Ident it, im on mobile...

Код:
strcpy(dest[], const source[], maxlength=sizeof dest) { strcat((dest[0] = EOS, dest), source, maxlength); }
Reply
#8

Quote:
Originally Posted by n0minal
Посмотреть сообщение
Ident it, im on mobile...

Код:
strcpy(dest[], const source[], maxlength=sizeof dest) { strcat((dest[0] = EOS, dest), source, maxlength); }
He is not asking for the command, but how to solve the problem this command does.

OT: You'll need to search for another function you created by yourself, if you won't find it, then simply ignore it.
Anyway, it's just a warning.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)