I'm getting this warning when doing the following warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
strcpy(result->ip_address,sqlite3_column_text(plineInfo, 2));
result->ip_address is from struct result { char ip_address[17]; };
Anybody know what needs to be done here.
~Shaun
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

