Follow-up Comment #3, bug #15498 (project freeciv):

also reported in bug #15573

reason for the crash:


fc_assert_action(pcity->trade[o] == 0 || pother_city != NULL, continue);


this should be 'pother_city == NULL'

The patch removes this fc_assert_*() call and adds a check for pother_city
after it. A second similar place in the code is also changed (file #8356)

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?15498>

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to