Now forgot the attachment, sorry!

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)
commit 28274f29
Author:     Steffen (Daode) Nurpmeso <[email protected]>
AuthorDate: 2017-07-24 14:21:07 +0200
Commit:     Steffen (Daode) Nurpmeso <[email protected]>
CommitDate: 2017-07-24 14:21:08 +0200

    FIX [81d7f4d8] (IMAP: try (hard) to reinstantiate..) (Paul Vojta)
---
 urlcrecry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urlcrecry.c b/urlcrecry.c
index d6fb7270..541f80a4 100644
--- a/urlcrecry.c
+++ b/urlcrecry.c
@@ -1034,7 +1034,7 @@ jurlp_err:
          if(trailsol){
             urlp->url_path.s = n_autorec_alloc(i + sizeof("/INBOX"));
             memcpy(urlp->url_path.s, x, i);
-            memcpy(&urlp->url_path.s, "/INBOX", sizeof("/INBOX"));
+            memcpy(&urlp->url_path.s[i], "/INBOX", sizeof("/INBOX"));
             urlp->url_path.l = (i += sizeof("/INBOX") -1);
          }else
 #endif
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
__________________________________
[email protected]

Reply via email to