diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-05-20 20:33:25 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-05-20 20:35:29 -0700 |
commit | cac49afdef0992b93d8718fd928d73d721d434f4 (patch) | |
tree | 3625817f1b14fffc9de572ca25beb98b02b97c00 /src/map/clif.cpp | |
parent | d4605dd35249d5ab55a604c94dcf3ea8f8be8297 (diff) | |
download | tmwa-cac49afdef0992b93d8718fd928d73d721d434f4.tar.gz tmwa-cac49afdef0992b93d8718fd928d73d721d434f4.tar.bz2 tmwa-cac49afdef0992b93d8718fd928d73d721d434f4.tar.xz tmwa-cac49afdef0992b93d8718fd928d73d721d434f4.zip |
:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\)\@! */\1 /
Diffstat (limited to 'src/map/clif.cpp')
-rw-r--r-- | src/map/clif.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/clif.cpp b/src/map/clif.cpp index 7f0256a..10aeb0c 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -3392,7 +3392,7 @@ void clif_parse_WantToConnection(Session *s, dumb_ptr<map_session_data> sd) clif_authfail_fd(s, 2); // same id clif_authfail_fd(old_sd->sess, 2); // same id PRINTF("clif_parse_WantToConnection: Double connection for account %d (sessions: #%d (new) and #%d (old)).\n"_fmt, - account_id, s, old_sd->sess); + account_id, s, old_sd->sess); } else { @@ -5465,7 +5465,7 @@ void clif_parse(Session *s) now, sd->bl_id); FPRINTF(fp, - "\t---- 00-01-02-03-04-05-06-07-08-09-0A-0B-0C-0D-0E-0F"_fmt); + "\t---- 00-01-02-03-04-05-06-07-08-09-0A-0B-0C-0D-0E-0F"_fmt); for (i = 0; i < packet_len; i++) { if ((i & 15) == 0) |