Ticket #3927 (closed Bug report: fixed)
Uninitialized member variable 'CNewDir::doVisit'
| Reported by: | dvice_null | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | Unknown |
| Keywords: | Cc: | ||
| Operating system type: | Operating system version: |
Description
In file: src/interface/recursive_operation.cpp
the member variable doVisit is not initialized in the constructor. I'm not sure if it can cause problems or not when the class is used normally, but it might be better to initialize it to avoid weird problems in the future.
Change History
Note: See
TracTickets for help on using
tickets.
