[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldsync-hackers] Error from my addressbook conduit - help!



I have an addresbook conduit that gives the following errors:

Use of uninitialized value in bitwise and (&) at
/usr/lib/perl5/site_perl/5.6.1/Palm/PDB.pm line 987.
run_conduit: got status 301
Use of uninitialized value in bitwise and (&) at
/usr/lib/perl5/site_perl/5.6.1/Palm/Address.pm line 612.
run_conduit: got status 301


Line 987 of PDB.pm (version 1.19) is:
$attributes = ($record->{category} & 0x0f);

Line 612 of Address.pm (version 1.16) is:
        $retval = pack("N",
                ($record->{phoneLabel}{phone1}    & 0x0f) |
                (($record->{phoneLabel}{phone2}   & 0x0f) <<  4) |
                (($record->{phoneLabel}{phone3}   & 0x0f) <<  8) |
                (($record->{phoneLabel}{phone4}   & 0x0f) << 12) |
                (($record->{phoneLabel}{phone5}   & 0x0f) << 16) |
                (($record->{phoneLabel}{display}  & 0x0f) << 20) |
                (($record->{phoneLabel}{reserved} & 0xff) << 24));


Can anyone help my fix this problem?


-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.