author | llornkcor <llornkcor> | 2002-10-22 02:09:43 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-22 02:09:43 (UTC) |
commit | a19864da233f2d434d96c85b4f4b1978bab5d30d (patch) (unidiff) | |
tree | 66180af100ae77f7d83bb9aef822fad07a1708b8 | |
parent | 69c1f36dd6f7be1cf043349752e548b519049b23 (diff) | |
download | opie-a19864da233f2d434d96c85b4f4b1978bab5d30d.zip opie-a19864da233f2d434d96c85b4f4b1978bab5d30d.tar.gz opie-a19864da233f2d434d96c85b4f4b1978bab5d30d.tar.bz2 |
gak
-rw-r--r-- | noncore/tools/formatter/formatter.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp index ed0ced1..46dc01c 100644 --- a/noncore/tools/formatter/formatter.cpp +++ b/noncore/tools/formatter/formatter.cpp | |||
@@ -474,8 +474,11 @@ bool FormatterApp::doFsck() { | |||
474 | Output *outDlg; | 474 | Output *outDlg; |
475 | QString selectedDevice; | 475 | QString selectedDevice; |
476 | #if defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) | 476 | #if defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) |
477 | selectedDevice = deviceComboBox->currentText(); | 477 | selectedDevice = deviceComboBox->currentText(); |
478 | |||
479 | QString umountS = "umount -v "+selectedDevice+" 2>&1"; | ||
480 | QString remountS = "mount -v "+selectedDevice+" 2>&1"; | ||
478 | #else | 481 | #else |
479 | // for testing | 482 | // for testing |
480 | // currentText = diskDevice = "/dev/fd0"; | 483 | // currentText = diskDevice = "/dev/fd0"; |
481 | QString umountS = "umount -v /floppy 2>&1"; | 484 | QString umountS = "umount -v /floppy 2>&1"; |