Skip to content

Commit 3bdf0bc

Browse files
committed
memcpy right hash
1 parent 15e1c76 commit 3bdf0bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

DBAPI.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ DBdeparr* DBAPI::getStationBoard(
239239
}
240240
// duplicate entry found, skipping
241241
if (match) continue;
242-
memcpy(hashes[cnt], hash, sizeof(hash));
243242
memcpy(hashes[cnt], current_hash, sizeof(current_hash));
244243

245244
DBdeparr* da = new DBdeparr();

0 commit comments

Comments
 (0)