linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02142
[Bug 654015] Re: missing path variable in user commands
Noticed that too and changed it already. But I'm a bit stuck now,
because if I want to get the path for the directory, it end up with
path/to/directory/directory in fileFN. And since my programming skills
are a bit limited, I don't know how to fix that at this moment. I
attached my changes in sharebrowser.cc
** Patch added: "sharebrowser.diff"
https://bugs.launchpad.net/linuxdcpp/+bug/654015/+attachment/1691008/+files/sharebrowser.diff
--
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++: Confirmed
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