Ticket #235 (closed defect: fixed)
Incorrect fall through (missing break) in assignment operator of CapeValueImpl
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | trivial | Milestone: | Phase III |
Component: | Client Header Files | Version: | |
Keywords: | Cc: |
Description
CapeValueImpl? misses a break in the assignment operator implementation, causing the string assignment to fall through to the integer assignment. This is harmless but not needed.
Change History
Note: See
TracTickets for help on using
tickets.
In [60b6e4db8e47a9da04a0b94acf88483aac90142a]: