SphereServer BugTracker - SphereServer
View Issue Details
0002194SphereServerexecutable - linux buildpublic27-08-13 19:3815-09-13 19:29
wuffel 
Ben 
normalminoralways
resolvedfixed 
 
0.56c Nightly 
Automated (specify build number)
None
None
0002194: functions beginning with list_ (functionname!) arent working correctly
[function asdfasdf]
serv.log <list_gnihihi 12345 blablubb>

[function list_gnihihi]
serv.log <args>



doesnt work correctly. when i rename list_gnihihihi to foobar, it will work. i guess it depends on the reserved name list.-functions?
No tags attached.
Issue History
27-08-13 19:38wuffelNew Issue
15-09-13 19:29BenNote Added: 0001684
15-09-13 19:29BenStatusnew => resolved
15-09-13 19:29BenFixed in Version => 0.56c Nightly
15-09-13 19:29BenResolutionopen => fixed
15-09-13 19:29BenAssigned To => Ben

Notes
(0001684)
Ben   
15-09-13 19:29   
This is fixed, and just as a note, this was a problem for any hardcoded function name followed by _.
so new_gnihihi, obj_gnihihi, clearbit_gnihihi... would all have the same problem.