From afdde14cb80286da1474f2a7b2798ff3b97c9037 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 29 Mar 2011 18:34:02 +0300 Subject: Don't skip the clone directory on Windows As localize_sl is not a Cygwin program it won't understand the symlinks pointing to clone/*/* anyway, so we won't get any duplicates if we just let it recurse down the clone directory. --- l10ntools/source/srciter.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'l10ntools') diff --git a/l10ntools/source/srciter.cxx b/l10ntools/source/srciter.cxx index bf407c9189fa..6a16d92d0227 100644 --- a/l10ntools/source/srciter.cxx +++ b/l10ntools/source/srciter.cxx @@ -82,7 +82,9 @@ void SourceTreeIterator::ExecuteDirectory( transex::Directory& aDirectory ) sDirName.indexOf( WCARD5 , 0 ) > -1 || sDirName.indexOf( WCARD6 , 0 ) > -1 || sDirName.indexOf( WCARD7 , 0 ) > -1 || +#ifndef WNT sDirName.indexOf( WCARD8 , 0 ) > -1 || +#endif sDirName.indexOf( WCARD9 , 0 ) > -1 ) return; //printf("**** %s \n", OUStringToOString( sDirName , RTL_TEXTENCODING_UTF8 , sDirName.getLength() ).getStr() ); -- cgit v1.2.3