Show
Ignore:
Timestamp:
05/10/08 09:03:02 (6 months ago)
Author:
peter
Message:

Merging all changes from mainline upto r2033, except r1902.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/c08_branch/source/cdgetlinelist.cpp

    r1916 r2034  
    5050        nLines = 0; 
    5151        lgDONE = false; 
    52         /*lint -e668 passing null pointer */ 
    5352        while( (read_whole_line( chLine , (int)sizeof(chLine) , ioData ) != NULL) && !lgDONE ) 
    5453        { 
     
    6463                        ++nLines; 
    6564        } 
    66         /*lint +e668 passing null pointer */ 
    6765 
    6866        *wl = (realnum *)MALLOC( (size_t)(nLines+1)*sizeof(realnum ) );