cache: fix trackdumpertest with negative archive names

This commit is contained in:
Adam
2017-06-05 12:12:12 -04:00
parent c0a25b5626
commit bec5ff64db

View File

@@ -94,7 +94,7 @@ public class TrackDumperTest
TrackDefinition def = loader.load(file.getContents());
String name;
if (archive.getNameHash() > 0)
if (archive.getNameHash() != 0)
{
name = djb2.getName(archive.getNameHash());
if (name == null)