summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/opieftp.cpp
authorllornkcor <llornkcor>2002-05-04 22:38:02 (UTC)
committer llornkcor <llornkcor>2002-05-04 22:38:02 (UTC)
commita59ee560e5a170d124838c4e2ce7e6af0102aa2e (patch) (side-by-side diff)
tree144caabfb34b165a3d3208e47a8a81ce70fcd8af /noncore/net/opieftp/opieftp.cpp
parentd510e5a69762c8452b9d7b3d8122bc9fa85ed8b3 (diff)
downloadopie-a59ee560e5a170d124838c4e2ce7e6af0102aa2e.zip
opie-a59ee560e5a170d124838c4e2ce7e6af0102aa2e.tar.gz
opie-a59ee560e5a170d124838c4e2ce7e6af0102aa2e.tar.bz2
buf gix
Diffstat (limited to 'noncore/net/opieftp/opieftp.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp
index 0b88a35..7ca3fff 100644
--- a/noncore/net/opieftp/opieftp.cpp
+++ b/noncore/net/opieftp/opieftp.cpp
@@ -606,7 +606,7 @@ void OpieFtp::populateLocalView()
// qDebug("Symlink detected "+symLink);
QFileInfo sym( symLink);
fileS.sprintf( "%10li", sym.size() );
- fileL.sprintf( "%s -> %s", sym.fileName().data(),sym.absFilePath().data() );
+ fileL.sprintf( "%s -> %s", fi->fileName().data(),sym.absFilePath().data() );
fileDate = sym.lastModified().toString();
} else {
// qDebug("Not a dir: "+currentDir.canonicalPath()+fileL);