Ticket #47361

city_rally_point_receive() city legality check reversed

Eröffnet am: 2023-02-15 19:21 Letztes Update: 2023-02-19 11:58

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
1

Details

city_rally_point_receive():

if (NULL != pcity) {
/* Probably lost. */
...
return;

The check should be "pcity == NULL"

Ticket-Verlauf (3/4 Historien)

2023-02-15 19:21 Aktualisiert von: cazfi
  • New Ticket "city_rally_point_receive() city legality check reversed" created
2023-02-16 00:47 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
  • Meilenstein Update from (Keine) to 3.1.0-beta1 (closed)
2023-02-19 11:58 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden