mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
you can torify psyced, but it probably wont work still
This commit is contained in:
parent
83231a2335
commit
8fc74212f6
4 changed files with 31 additions and 7 deletions
|
@ -70,7 +70,8 @@ varargs int register_target(string uniform, vaobject handler, vaint shy) {
|
|||
if (shy) return 2;
|
||||
}
|
||||
unless (handler) handler = previous_object();
|
||||
P2(("register_target(%O) by %O\n", uniform, handler))
|
||||
P2(("register_target(%O, %O) by %O\n", uniform, handler,
|
||||
previous_object()))
|
||||
targets[uniform] = handler;
|
||||
#if 0 // this shouldn't be necessary TODO
|
||||
uniform = lower_case(uniform);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue