diff options
author | shennetsind <ind@henn.et> | 2013-04-01 17:46:50 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-01 17:46:50 -0300 |
commit | 0b6c9d577286dbaaa9fe24635d896cc4d5dbf454 (patch) | |
tree | eb6d1d50b509721e6de8fbdfe970c18c297bbdda /src/map/clif.c | |
parent | 1e87c09c8463009a4c97d30277d2345b3c83b0f3 (diff) | |
download | hercules-0b6c9d577286dbaaa9fe24635d896cc4d5dbf454.tar.gz hercules-0b6c9d577286dbaaa9fe24635d896cc4d5dbf454.tar.bz2 hercules-0b6c9d577286dbaaa9fe24635d896cc4d5dbf454.tar.xz hercules-0b6c9d577286dbaaa9fe24635d896cc4d5dbf454.zip |
Fixed Bug #7141
http://hercules.ws/board/tracker/issue-7141-some-warnings/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index fefb5afc2..1192fcf8f 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10117,7 +10117,7 @@ void clif_parse_WisMessage(int fd, struct map_session_data* sd) return; } } else if( target[0] == '#' ) { - struct hChSysCh *channel; + struct hChSysCh *channel = NULL; char* chname = target; chname++; |