Opened 18 years ago

Closed 16 years ago

Last modified 15 years ago

#35 closed defect (fixed)

Missing type specifier in Stackwalker.cpp file

Reported by: mloskot Owned by: strk@…
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.

Attachments (1)

stackwalker-bool-mloskot-20060228.3.patch (528 bytes ) - added by mateusz@… 18 years ago.
Patch created with command cvs diff -Nua <file>

Download all attachments as: .zip

Change History (7)

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

comment:3 by mloskot, 16 years ago

Milestone: 3.0.0
Owner: changed from to strk@…
Status: reopenednew

comment:4 by mloskot, 16 years ago

Resolution: fixed
Status: newclosed

comment:5 by mloskot, 16 years ago

Priority: 1trivial

comment:6 by (none), 15 years ago

Milestone: 3.0.0

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.