X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.cpp;h=5733de6ace1a29b635579e80d9a9ff3c317b95dd;hb=10d7ab1fb217c01030a0b637f9a571c1faf61ede;hp=ea987b5323c40f5531f220614f4c2c4dc9404722;hpb=376c605508b0c1903dee5357a6d95499c940d258;p=virtualjaguar diff --git a/src/gui/filepicker.cpp b/src/gui/filepicker.cpp index ea987b5..5733de6 100644 --- a/src/gui/filepicker.cpp +++ b/src/gui/filepicker.cpp @@ -300,7 +300,7 @@ void FilePickerWindow::UpdateSelection(const QModelIndex & current, const QModel unsigned long fileSize = current.model()->data(current, FLM_FILESIZE).toUInt(); bool haveUniversalHeader = current.model()->data(current, FLM_UNIVERSALHDR).toBool(); unsigned long fileType = current.model()->data(current, FLM_FILETYPE).toUInt(); - uint32 crc = (uint32)current.model()->data(current, FLM_CRC).toUInt(); + uint32_t crc = (uint32_t)current.model()->data(current, FLM_CRC).toUInt(); // printf("FPW: %s\n", s.toAscii().data()); bool haveUnknown = (i == 0xFFFFFFFF ? true : false); #endif