Mm sorry it's probably safer to use just "," instead of ", created"
in case of servers replying with sth else than one space between , and
created:

--- keyservers.cpp.orig 2008-02-21 22:10:47.000000000 +0100
+++ keyservers.cpp      2008-02-22 00:50:16.000000000 +0100
@@ -315,8 +315,8 @@
                        if (subkey.find(" key ")!=-1 &&
subkey.at(0).isDigit ())
                        {
                         QString kid=subkey.section(" key ",1,1);
+                        kid=kid.section(",",0,0);
                         kid=kid.stripWhiteSpace();
-                        kid=kid.left(8);
                        kitem->setText(3,kid);
                        QString creation=subkey.section("created",1,1);
                        if (creation.startsWith(":"))
creation=creation.right(creation.length()-1);




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to