- Timestamp:
- May 19, 2007, 4:06:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r343 r344 113 113 std::string Directory::node_type(void) const 114 114 { 115 return std::string(" file");115 return std::string("directory"); 116 116 } 117 117
Note: See TracChangeset
for help on using the changeset viewer.