Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv22094/src/modules

Modified Files:
        Filters.cpp 
Log Message:
Once again I got it the other way round

Index: Filters.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Filters.cpp,v
retrieving revision 1.171
retrieving revision 1.172
diff -b -u -2 -r1.171 -r1.172
--- Filters.cpp 16 Oct 2003 16:53:00 -0000      1.171
+++ Filters.cpp 16 Oct 2003 17:13:19 -0000      1.172
@@ -2298,5 +2298,5 @@
       for( size_t each = 0; each < count; ++each )
       {
-         if( !each )
+         if( each )
             super += _T('.');
          super += parts[parts.GetCount() - count + each];



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to