[Thread Prev][Thread Next][Thread Index]
Re: Bug in SyncMemo, buggy patch...
- To: "Larry W. Virden" <lvirden@xxxxxxx>
- Subject: Re: Bug in SyncMemo, buggy patch...
- From: Marc Balmer <marc@xxxxxxx>
- Date: Tue, 04 Jan 2000 12:53:35 +0100
- Cc: pilotmgr@xxxxxxxxxxxxxxxxxxxx
- Organization: Micro Systems
- References: <0001040630.AA13276@cas.org>
- Sender: owner-pilotmgr
"Larry W. Virden" wrote:
> I have found a similar problem - a certain category (SoftTrack) is having
> all memos created with a generic name, regardless of whether the title
> has a space or not!
I tracked down on this problem a little bit. The problem is in
SyncMemo.pm, routine checkFiles. The list of Memo files on the
workstation is constructed in a manner that does not allow for
spaces:
$file = "$PREF->{gHomeDirectory}/*/*";
@dirlist = eval "<$file>";
A filename containing a space will therefore result in two entries
in @dirlist instead of one.
Regards,
Marc
--
/"\ ------ ASCII Ribbon Campaign - Say NO to HTML in email and news
\ / Marc Balmer, Micro Systems, Kannenfeldstrasse 32, CH-4056 Basel
x Tel. +41 61 383 05 10, Fax 383 05 12, http://www.msys.ch/~marc/
/ \ (Get the CA certificate for this email from http://ca.msys.ch/)
------------------------------------------------------------------------
***********************************************************
* This is a public mailing list! *
* Please do not publish Sun proprietary information here! *
* - - - - - - - - - - - - - - *
* http://www.moshpit.org/pilotmgr *
***********************************************************