linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02050
[Bug 654015] Re: missing path variable in user commands
No, no need for a modification on dcpp/* - it was only those cr/lf's.
Apparantly I removed them because they were annoying me. I checked by
getting the latest trunk and comparing my older
dcpp/DirectoryListing.cpp with the newer one.
There are similar variables available in windows dc++, but they are all
different. I've compared them recently:
%[mynick] = %[myNI]
%[nick] = %[userNI]
%[file] = %[filePH]%[fileFN]
the last one is with my patch applied, otherwise it's just %[fileFN] -
but the windows variant is (iirc) containing the full path.
--
missing path variable in user commands
https://bugs.launchpad.net/bugs/654015
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
Status in Linux DC++: New
Bug description:
This is in extend of bug #271565 - the commited fix didn't contain the path of the filename.
I added a patch to make this available. It's created on revno 392 and I tested it. The added variable is %[filePH] and aliased as %[filepath]
References