diff options
author | Fritz Elfert <felfert@to.com> | 2003-02-03 08:29:26 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2003-02-03 08:29:26 +0000 |
commit | 85fff6e07346b8c23c3aaf4d4e6581b5bf37585f (patch) | |
tree | b7099f61f7c484224afb952272d24303e2a28ad4 /kde2/kpsion/kpsion.cpp | |
parent | dac5dc0039dabbe58b99afb0583fc10240723264 (diff) | |
download | plptools-85fff6e07346b8c23c3aaf4d4e6581b5bf37585f.tar.gz plptools-85fff6e07346b8c23c3aaf4d4e6581b5bf37585f.tar.bz2 plptools-85fff6e07346b8c23c3aaf4d4e6581b5bf37585f.zip |
- Fixed ACK handling in ncpd.
- Fixed tar find routine in kpsion.
Diffstat (limited to 'kde2/kpsion/kpsion.cpp')
-rw-r--r-- | kde2/kpsion/kpsion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde2/kpsion/kpsion.cpp b/kde2/kpsion/kpsion.cpp index d00f1af..3a162b5 100644 --- a/kde2/kpsion/kpsion.cpp +++ b/kde2/kpsion/kpsion.cpp @@ -842,7 +842,7 @@ findTarEntry(const KTarEntry *te, QString path, QString rpath) { if (tmp.length()) tmp += "/"; tmp += *f; - fte = findTarEntry(td->entry(*f), path, unix2psion(tmp)); + fte = findTarEntry(td->entry(*f), path, tmp); if (fte != 0L) break; } |