Changes between Initial Version and Version 2 of Ticket #35


Ignore:
Timestamp:
Nov 21, 2007, 3:32:01 PM (16 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35

    • Property Status closedreopened
    • Property Reporter changed from mateusz@… to mloskot
    • Property Version 3.0.0svn-trunk
    • Property Milestone imported
    • Property Resolution none
  • Ticket #35 – Description

    initial v2  
     1In file Stackwalker.cpp, line 1982, no type is specified for static variable:
    12{{{
    2 In file Stackwalker.cpp, line 1982, no type is specified for static variable:
    3 
    43static bFirstTime = TRUE;
    5 
     4}}}
    65and bool is assumed:
    7 
     6{{{
    87static bool bFirstTime = TRUE;
    9 
     8}}}
    109Fixed in patch attached to this report.
    11 }}}