Hi!

It seems, the problem is in my perl-experience.. I generated an another, bigger bug with my change, the trailing '\n'-s of lines wasn't removed.. So those lines wasn't equivalent at all :(

I'm attaching a diff of my changes, which now works fine for me..

I hope, these changes do solve the problem with memory-files.

Regards,
Gergely

PS: I know, I should post this to mailing-list, but as I mentioned in my previous letter, I think, this change should be the solution for this problem...
85c85
<     local $/;
---
>     local $/ = "";
112,115d111
<   foreach my $ln (@ldif) {
<     chomp $ln;
<   }
< 
begin:vcard
fn;quoted-printable:Gergely S=C3=A1nta
n;quoted-printable:S=C3=A1nta;Gergely
org:Tempest Ltd.;IT Services Dept.
adr:Plynarenska 7/B;;Bratislava Business Center V;Bratislava;;821 09;Slovak Republic (Slovakia)
email;internet:[EMAIL PROTECTED]
title:System Engineer
tel;cell:+421 907 668 631
x-mozilla-html:FALSE
url:http://www.tempest.sk
version:2.1
end:vcard

Reply via email to