Custom Query (518 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 518)

Ticket Resolution Summary Owner Reporter
#74 fixed Cleanup DOROT13 macro in MLE.c Gregg Young Gregg Young
Description

mle.c(299:12) : informational EDC0424: The condition is always true. mle.c(299:12) : informational EDC0425: The condition is always false.

*p = DOROT13(*p); fixme condition both true and false?

this a case of silly code that has been there forever. The fixme is mine, added as a note to remove the silliness someday. Mark's code near line 37 reads

#define FAKEROT 1 #define DOROT13(c) ((FAKEROT==0)?(c):(FAKEROT==1)?etc...

This should be rewritten

#define FAKEROT 1 Set to 1 or 0 !if FAKEROT == 0 #define DOROT13(c) alogo1... #else #define DOROT13(c) alogo2... #endif

#75 fixed Remove CVS files and unused source files fm3.h & fm4.h Gregg Young Gregg Young
#76 fixed Update help files to reflect that file systems other than HPFS support long names Gregg Young Gregg Young
Note: See TracQuery for help on using queries.