Opened 14 years ago Closed 14 years ago #170 closed defect (wontfix)uiPOC uninitialized
Description
This is a minor bug with the state of uiPOC in TAppDecTop.cpp Change History (4)comment:1 Changed 14 years ago by davidf
comment:2 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 13 years ago by davidf
comment:4 Changed 13 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
I assume you refer to TAppDecTop::decode(), uiPOC is never read from. It will be removed in a future software release.
I would also advise against initializing variables to invalid values without good cause. If this is done, it is /much/ harder to spot invalid use of such variables.