From: Robert Ramey (ramey_at_[hidden])
Date: 2003-12-20 16:17:21


When I try to build inspect I get a syntax error at line 47 in inspect .cpp

if ( !is_directory( full_path ) )

Is it possible that this line should read:

if ( !fs::is_directory( full_path ) )

Robert Ramey