mirror of
https://github.com/fadden/ciderpress.git
synced 2026-04-21 02:16:59 +00:00
Update NufxLib snapshot to v3.0.0d2
This integrates the latest NufxLib sources, and updates CiderPress to work with the API changes.
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ void MainWindow::ScanFiles(void)
|
||||
goto bail;
|
||||
}
|
||||
|
||||
long major, minor, bug;
|
||||
int32_t major, minor, bug;
|
||||
DiskImgLib::Global::GetVersion(&major, &minor, &bug);
|
||||
fprintf(scanOpts.outfp, "MDC for Windows v%d.%d.%d (DiskImg library v%ld.%ld.%ld)\n",
|
||||
kAppMajorVersion, kAppMinorVersion, kAppBugVersion,
|
||||
|
||||
Reference in New Issue
Block a user