Skip to content

Commit a8f4887

Browse files
committed
Comparison against real values helps.
1 parent 81eb184 commit a8f4887

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DBAPI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ DBdeparr* DBAPI::getStationBoard(
219219
}
220220
// duplicate entry found, skipping
221221
if (match) continue;
222+
memcpy(hashes[cnt], hash, sizeof(hash));
222223

223224
DBdeparr* da = new DBdeparr();
224225
String targ = doc[abfahrt?"richtung":"abgangsOrt"];

0 commit comments

Comments
 (0)