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

Modified Files:
        PGP.cpp 
Log Message:
MS VC++ compilation warnings at level 4 fixed


Index: PGP.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/viewflt/PGP.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- PGP.cpp     4 Dec 2002 09:35:27 -0000       1.7
+++ PGP.cpp     5 Dec 2002 20:48:51 -0000       1.8
@@ -179,5 +179,5 @@
 
       // end of the PGP part
-      const char *end;
+      const char *end = NULL; // unneeded but suppresses the compiler warning
       if ( ok ) // ok, it starts with something valid
       {



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to