summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/Source/mainwindow.cpp
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-02-18 16:51:00 +0100
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-02-18 18:13:26 +0100
commit39b48f2357b0b783815be88031b738376fa228e0 (patch)
treef2fca0b77a29e5df49425a5c132416d14fa3b938 /heimdall-frontend/Source/mainwindow.cpp
parentUpdate Heimdall CLI build to use an MSYS2 environment (diff)
downloadHeimdall-39b48f2357b0b783815be88031b738376fa228e0.tar
Heimdall-39b48f2357b0b783815be88031b738376fa228e0.tar.gz
Heimdall-39b48f2357b0b783815be88031b738376fa228e0.tar.bz2
Heimdall-39b48f2357b0b783815be88031b738376fa228e0.tar.lz
Heimdall-39b48f2357b0b783815be88031b738376fa228e0.tar.xz
Heimdall-39b48f2357b0b783815be88031b738376fa228e0.tar.zst
Heimdall-39b48f2357b0b783815be88031b738376fa228e0.zip
Diffstat (limited to 'heimdall-frontend/Source/mainwindow.cpp')
-rw-r--r--heimdall-frontend/Source/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall-frontend/Source/mainwindow.cpp b/heimdall-frontend/Source/mainwindow.cpp
index f122034..74d9500 100644
--- a/heimdall-frontend/Source/mainwindow.cpp
+++ b/heimdall-frontend/Source/mainwindow.cpp
@@ -836,7 +836,7 @@ void MainWindow::SelectPit(void)
for (int i = 0; i < partitionNamesCount; i++)
{
- const PitEntry *pitEntry = currentPitData.FindEntry(partitionNames[i].toAscii().constData());
+ const PitEntry *pitEntry = currentPitData.FindEntry(partitionNames[i].toLatin1().constData());
if (pitEntry)
{