
16 May
2011
16 May
'11
16:52
* Cristian Rodríguez (crrodriguez@opensuse.org) [20110516 18:03]:
Yeah, using boost's recursive_directory_iterator will save the day here.
Not only that but as far as I checked filesys.cpp you could either turn all functions into wrappers for boost::filesystem or change all callers to directly use boost. In the meantime I've prepared a patch that uses PATH_MAX for the variable filesystem and uses asprintf instead of sprintf. It's attached below. Philipp