From f095be190be0bcacd7911c585d034fd031e16099 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sat, 20 Jul 2002 19:45:16 +0000 Subject: fix --- diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp index d52a4be..bd0bb01 100644 --- a/noncore/tools/formatter/formatter.cpp +++ b/noncore/tools/formatter/formatter.cpp @@ -470,17 +470,18 @@ QString FormatterApp::getFileSystemType(const QString ¤tText) { bool FormatterApp::doFsck() { - Output *outDlg; - QString selectedDevice; -//f defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) // lets test on something cheap + Output *outDlg; + QString selectedDevice; +#if defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) selectedDevice = deviceComboBox->currentText(); -//#else +#else + // for testing // currentText = diskDevice = "/dev/fd0"; - QString umountS = "umount -v /floppy 2>&1"; - QString remountS = "mount -v /floppy 2>&1"; - selectedDevice ="/dev/fd0"; + QString umountS = "umount -v /floppy 2>&1"; + QString remountS = "mount -v /floppy 2>&1"; + selectedDevice ="/dev/fd0"; -//#endif +#endif QString fsType = getFileSystemType((const QString &)selectedDevice); QString cmd; -- cgit v0.9.0.2