Michael Albinus <[EMAIL PROTECTED]> writes: > Debugging it, you can see: > > - "sprintf(q(%06b)" is used. But "%06b" isn't a defined by default for > sprintf. > > - In statement "my $chunk = substr($pending, 0, $len & ~3, q());" the > last parameter of substr isn't defined by default (therefore the > error with HP-UX Perl). I guess, it's optional, so not necessary.
Cool. I've now changed it and it seems to work on Linux, too. Will commit in a jiffy. Jonathan and Douglas, could you check that it works for you? If you don't want to check out from CVS (or can't), tell me and I'll send you a tarball. kai -- ~/.signature is: umop 3p!sdn (Frank Nobis) _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.freesoftware.fsf.org/mailman/listinfo/tramp-devel
