From Tamito. I just incorporated the first and third fixes into the latest 0.9.5-pre5 code in the cvs. These two fixes are *NOT* in the tarballs linked from the website, so just apply the patch found below to those if you want to include these fixes into it. The second fix was already in the 0.9.5 code. The fixed patch is just below this message, and his original patch is below that. I've emailed him to ask for a description of what this broke on his system, including how he found the breakage, so we can make sure to remark on that in the release notes and ChangeLog. /d -- diff -ur ./pilot-xfer.c /src/cvs/palm/pilot-link/pilot-xfer.c --- ./pilot-xfer.c Sun Feb 25 16:56:38 2001 +++ /src/cvs/palm/pilot-link/pilot-xfer.c Tue Feb 27 13:35:20 2001 @@ -262,7 +262,6 @@ if (only_changed) { dir = opendir(dirname); while ((dirent = readdir(dir))) { - char name[256]; if (dirent->d_name[0] == '.') continue; diff -ur ./tools/Python/pdapilot.py /src/cvs/palm/pilot-link/tools/Python/pdapilot.py --- ./tools/Python/pdapilot.py Fri Oct 27 17:23:49 2000 +++ /src/cvs/palm/pilot-link/tools/Python/pdapilot.py Tue Feb 27 13:36:19 2001 @@ -69,6 +69,7 @@ self.modified = 1 else: self.mofified = 0 + self.modified = 0 if attr & 0x20: self.busy = 1 else: ---------- Forwarded message ---------- Date: Wed, 28 Feb 2001 06:28:19 +0900 From: Tamito KAJIYAMA <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: patches to pilot-link 0.9.3 Hi, I've used pilot-link 0.9.3 and found minor bugs. Attached are patches to fix them. Excuse me if they've been fixed already. Regards, -- KAJIYAMA, Tamito <[EMAIL PROTECTED]> diff -ru pilot-link.0.9.3.orig/pilot-xfer.c pilot-link.0.9.3/pilot-xfer.c --- pilot-link.0.9.3.orig/pilot-xfer.c Mon Apr 26 14:50:11 1999 +++ pilot-link.0.9.3/pilot-xfer.c Fri Feb 16 18:27:15 2001 @@ -400,8 +400,6 @@ dir = opendir(dirname); while( (dirent = readdir(dir)) ) { - char name[256]; - if (dirent->d_name[0] == '.') continue; @@ -412,7 +410,7 @@ f = pi_file_open(db[dbcount]->name); if (f==0) { - printf("Unable to open '%s'!\n", name); + printf("Unable to open '%s'!\n", db[dbcount]->name); break; } diff -ru pilot-link.0.9.3.orig/Python/pdapilot.py pilot-link.0.9.3/Python/pdapilot.py --- pilot-link.0.9.3.orig/Python/pdapilot.py Mon Aug 24 13:53:44 1998 +++ pilot-link.0.9.3/Python/pdapilot.py Tue Feb 13 16:46:33 2001 @@ -68,7 +68,7 @@ if attr & 0x40: self.modified = 1 else: - self.mofified = 0 + self.modified = 0 if attr & 0x20: self.busy = 1 else: _______________________________________________ Pilot-unix mailing list [EMAIL PROTECTED] http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix