SHA256
8
0
forked from pool/boost
OBS User unknown
2008-01-30 16:55:59 +00:00
committed by Git OBS Bridge
parent bcc0fd3890
commit fc05f47b44
34 changed files with 2435 additions and 540 deletions

View File

@@ -0,0 +1,11 @@
--- libs/filesystem/src/operations.cpp
+++ libs/filesystem/src/operations.cpp
@@ -1209,7 +1209,7 @@
const std::string & dir, std::string & target,
file_status &, file_status & )
{
- static const std::string dummy_first_name( "." );
+ const std::string dummy_first_name( "." );
if ( (handle = ::opendir( dir.c_str() )) == 0 ) return errno;
target = dummy_first_name;
std::size_t path_size;