View Issue Details

IDProjectCategoryView StatusLast Update
0002835unrealircdpublic2006-02-25 18:20
ReporterDeadNotBuried Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformALLOSALLOS VersionALL
Product Version3.2.4 
Fixed in Version3.2.5 
Summary0002835: error in #define in struct.h
Descriptionline 412
#define ClearVirus(x) ((x)->flags |= FLAGS_VIRUS)

should be
#define ClearVirus(x) ((x)->flags &= ~FLAGS_VIRUS)

TagsNo tags attached.
3rd party modules

Activities

syzop

2006-02-25 18:20

administrator   ~0011298

in cvs queue...

Issue History

Date Modified Username Field Change
2006-02-24 07:56 DeadNotBuried New Issue
2006-02-25 18:20 syzop Status new => resolved
2006-02-25 18:20 syzop Fixed in Version => 3.2.5
2006-02-25 18:20 syzop Resolution open => fixed
2006-02-25 18:20 syzop Assigned To => syzop
2006-02-25 18:20 syzop Note Added: 0011298