[Bug 184905] Re: encfsctl export adds prefix instead of directory

2009-12-12 Thread Przemysław Kulczycki
** Changed in: encfs (Ubuntu) Status: Fix Committed => Fix Released -- encfsctl export adds prefix instead of directory https://bugs.launchpad.net/bugs/184905 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 184905] Re: encfsctl export adds prefix instead of directory

2008-01-22 Thread Valient Gough
Added check in helper function to ensure paths are as expected. diff -rN old-encfs-1.4/encfs/encfsctl.cpp new-encfs-1.4/encfs/encfsctl.cpp 415a416,423 > static bool endsWith(const string &str, char ch) > { > if(str.empty()) > return false; > else > return str[str.length()-1] ==