uppercase fix

This commit is contained in:
georgemoralis 2024-02-29 12:39:05 +02:00
parent 73e7ddbab4
commit 0ed79a92a5
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ void MainWindow::InstallPkg() {
void MainWindow::InstallDragDropPkg(std::string file, int pkgNum, int nPkg) { void MainWindow::InstallDragDropPkg(std::string file, int pkgNum, int nPkg) {
if (detectFileType(file) == FILETYPE_PKG) { if (DetectFileType(file) == FILETYPE_PKG) {
PKG pkg; PKG pkg;
pkg.Open(file); pkg.Open(file);
std::string failreason; std::string failreason;