[ros-diffs] [chorns] 17289: Ignore .svn folders

chorns at svn.reactos.com chorns at svn.reactos.com
Thu Aug 11 19:41:39 CEST 2005


Ignore .svn folders
Modified: trunk/reactos/apps/utils/stats/stats.c
  _____  

Modified: trunk/reactos/apps/utils/stats/stats.c
--- trunk/reactos/apps/utils/stats/stats.c	2005-08-11 17:27:13 UTC
(rev 17288)
+++ trunk/reactos/apps/utils/stats/stats.c	2005-08-11 17:41:30 UTC
(rev 17289)
@@ -384,7 +384,8 @@

 	    if ((FindFile.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
       && (_tcscmp (FindFile.cFileName, _T(".")) != 0)
       && (_tcscmp (FindFile.cFileName, _T("..")) != 0)
-      && (_tcscmp (FindFile.cFileName, _T("CVS")) != 0))
+      && (_tcscmp (FindFile.cFileName, _T("CVS")) != 0)
+      && (_tcscmp (FindFile.cFileName, _T(".svn")) != 0))
 			{
 			  _tcscpy (SearchPath, Path);
 			  _tcscat (SearchPath, _T("\\"));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050811/d455d2fe/attachment.html


More information about the Ros-diffs mailing list