From cc28e7f29c421fb5eb9b6f27b7852e8df8718b2f Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Sat, 13 Jun 2009 05:00:57 +0000 Subject: Changed a few sprintf's that had no format arguments to strcpy's. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13887 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 54e826913..16fe6ee28 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -2713,7 +2713,7 @@ int atcommand_produce(const int fd, struct map_session_data* sd, const char* com if ((item_data = itemdb_searchname(item_name)) == NULL && (item_data = itemdb_exists(atoi(item_name))) == NULL) { - sprintf(atcmd_output, msg_txt(170)); // The item is not equipable. + strcpy(atcmd_output, msg_txt(170)); // The item is not equipable. clif_displaymessage(fd, atcmd_output); return -1; } -- cgit v1.2.3-60-g2f50