diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-07 02:40:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 02:40:56 +0300 |
commit | 90ec4a40d04100d0c7d1d5e1f80c12742e8883d3 (patch) | |
tree | a1234320efa4f33b6c6f18f9b197be7aabdd7415 /src/map/script.c | |
parent | 336c264a324d708a3b5a72c1c086b74dc76c1b0f (diff) | |
parent | 872fc8d4f4a8ea60a1d97da4ca724c7b70e1af18 (diff) | |
download | hercules-90ec4a40d04100d0c7d1d5e1f80c12742e8883d3.tar.gz hercules-90ec4a40d04100d0c7d1d5e1f80c12742e8883d3.tar.bz2 hercules-90ec4a40d04100d0c7d1d5e1f80c12742e8883d3.tar.xz hercules-90ec4a40d04100d0c7d1d5e1f80c12742e8883d3.zip |
Merge pull request #1464 from MishimaHaruna/variousfixes
Build / CI improvements
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c index a1efbb3b8..d1aee29bf 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -5482,8 +5482,6 @@ bool script_sprintf(struct script_state *st, int start, struct StringBuf *out) safestrncpy(buf, p, len); StrBuf->AppendStr(out, buf); } - - p = np; np++; // placeholder = "%%" ; (special case) |