#72 closed bug (fixed)
BMessage doesn't flatten the fCurSpecifier field
Reported by: | jackburton | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Our current BMessage implementation doesn't flatten the fCurSpecifier field into the buffer used to send itself through ports. This causes scripting not to work at all. Looks like the new BMessage4 implementation DOES consider the field.
Change History (3)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|
comment:2 by , 19 years ago
Status: | new → closed |
---|
comment:3 by , 19 years ago
Note:
See TracTickets
for help on using tickets.
Switched to the new message implementation, and thus fixed.