Opened 18 years ago

Last modified 15 years ago

#35 closed defect

Missing type specifier in Stackwalker.cpp file — at Version 2

Reported by: mloskot Owned by:
Priority: trivial Milestone:
Component: Core Version: main
Severity: Annoyance Keywords: imported, phpbugtracker
Cc:

Description (last modified by mloskot)

In file Stackwalker.cpp, line 1982, no type is specified for static variable:

static bFirstTime = TRUE;

and bool is assumed:

static bool bFirstTime = TRUE;

Fixed in patch attached to this report.

Change History (3)

by mateusz@…, 18 years ago

Patch created with command cvs diff -Nua <file>

comment:1 by strk@…, 18 years ago

Resolution: nonefixed

comment:2 by mloskot, 16 years ago

Description: modified (diff)
Milestone: imported
Reporter: changed from mateusz@… to mloskot
Resolution: fixed
Status: closedreopened
Version: 3.0.0svn-trunk
Note: See TracTickets for help on using tickets.