[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-pim
Subject:    [Kde-pim] KDE/kdepimlibs/gpgme++
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2007-09-27 7:23:54
Message-ID: 1190877834.202789.11397.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 717576 by staniek:

compile on msvc7.1; thanks to Marc Mutz

CCMAIL:kde-pim@kde.org



 M  +2 -1      context.cpp  


--- trunk/KDE/kdepimlibs/gpgme++/context.cpp #717575:717576
@@ -480,7 +480,8 @@
 
   std::vector<Key> Context::signingKeys() const {
     std::vector<Key> result;
-    for ( unsigned int i = 0 ; gpgme_key_t key = gpgme_signers_enum( d->ctx, i ) ; ++i )
+    gpgme_key_t key;
+    for ( unsigned int i = 0 ; key = gpgme_signers_enum( d->ctx, i ) ; ++i )
       result.push_back( Key( key, false ) );
     return result;
   }
_______________________________________________
KDE PIM mailing list kde-pim@kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic