mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
+
This commit is contained in:
parent
d6533a3562
commit
bc146ae8d1
@ -70,6 +70,7 @@ varargs mixed lookup_identification(mixed source, vamixed givenUNI) {
|
||||
#endif
|
||||
|
||||
varargs string psyc_name(mixed source, vastring localpart) {
|
||||
P3((">> psyc_name(%O, %O)\n", source, localpart))
|
||||
string s;
|
||||
|
||||
if (s = obj2unl[source]) return s;
|
||||
@ -106,6 +107,7 @@ varargs string psyc_name(mixed source, vastring localpart) {
|
||||
// why store it with an ip? nobody uses that anyway!?
|
||||
// is it being used anywhere in the parser? naaah.
|
||||
s = myUNL + s;
|
||||
P3((">>> psyc_name for %O is %O\n", source, s))
|
||||
unl2obj[s] = source;
|
||||
return obj2unl[source] = s;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user