diff options
Diffstat (limited to 'src/emu/audit.c')
-rw-r--r-- | src/emu/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/audit.c b/src/emu/audit.c index 42e2ed77060..d1a07aea607 100644 --- a/src/emu/audit.c +++ b/src/emu/audit.c @@ -446,7 +446,7 @@ audit_record *media_auditor::audit_one_disk(const rom_entry *rom) // if there's a SHA1 hash, add them to the output hash if (source.sha1() != sha1_t::null) - hashes.add_from_buffer(hash_collection::HASH_SHA1, source.sha1().m_raw, sizeof(source.sha1().m_raw)); + hashes.add_sha1(source.sha1()); // update the actual values record.set_actual(hashes); |