forked from github/server
CID 22493 Dereference after null check
CID 22458 Logically dead code github issue #361
This commit is contained in:
parent
1a715d6736
commit
b7b1ae43c2
1 changed files with 1 additions and 1 deletions
|
@ -2330,7 +2330,7 @@ const char *charset)
|
|||
message *m = 0;
|
||||
if (herb && lux) {
|
||||
m = msg_message("nr_market_info_p", "p1 p2",
|
||||
lux ? lux->rtype : 0, herb ? herb->rtype : 0);
|
||||
lux->rtype, herb->rtype);
|
||||
}
|
||||
else if (lux || herb) {
|
||||
m = msg_message("nr_market_info_s", "p1",
|
||||
|
|
Loading…
Reference in a new issue