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

SyncMemo bugfix



Hi everyone- I've received a few reports about a bug in SyncMemo 1.3_2,
included with PilotManager,v1.100.

This bug occurs when you have a category name on your pilot with a space in it.
(the bug was actually fixed in earlier versions of PilotManager but was
re-introduced in the early betas of 1.100)

The fix will be included in the next pilotmanager release, but it is a one
line change so I thought I would put it out here for people who need it..
just add a pair of single quotes on line 871 of SyncMemo.pm:

SyncMemo.pm
871c871
<       my($tmp) = `/usr/bin/sum $file`;
---
>       my($tmp) = `/usr/bin/sum '$file'`;

good luck!

	- Alan
---------------------------------------------------------------------
********************************************
*   PLEASE DO NOT POST PILOTMANAGER BUGS   *
*  TO THIS ALIAS.  SUBMIT BUG REPORTS VIA  *
*     THE FEEDBACK MENU IN PILOTMANAGER    *
*             --------------------         *
*      This is a public mailing list!      *
*  Please do not publish Sun proprietary   *
*            information here!             *
********************************************


SourceForge.net Logo