From aad6982f1e4145ae91644e1e1373b6e5a115935d Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 2 Apr 2006 05:22:18 +0000 Subject: [PATCH] Typo fix in map.c git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5859 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/map.c b/src/map/map.c index 385525be86..dbc4fc5b4f 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2363,7 +2363,7 @@ int map_waterheight(char *mapname) { //Look up for the rsw sprintf(fn,"data\\%s",mapname); - strcpy(fn,grfio_find_file(fn)); + sprintf(fn,"data\\%s",grfio_find_file(fn)); rsw = strstr(fn, "."); if (rsw && strstr(fn, ".rsw") == NULL)