diff options
Diffstat (limited to 'kdf/disklist.cpp')
| -rw-r--r-- | kdf/disklist.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/kdf/disklist.cpp b/kdf/disklist.cpp index cccaf38..e416527 100644 --- a/kdf/disklist.cpp +++ b/kdf/disklist.cpp @@ -236,14 +236,7 @@ void DiskList::receivedDFStdErrOut(TDEProcess *, char *data, int len ) { kdDebug() << k_funcinfo << endl; - - /* ATTENTION: StdERR no longer connected to this... - * Do we really need StdErr?? on HP-UX there was eg. a line - * df: /home_tu1/ijzerman/floppy: Stale NFS file handle - * but this shouldn't cause a real problem - */ - - + /* ATTENTION: StdERR no longer connected to this... */ TQString tmp = TQString::fromLatin1(data, len); dfStringErrOut.append(tmp); } |
