[Thread Prev][Thread Next][Thread Index]
[PilotMgr] Backup.pm 1.008 (early-access)
- To: pilotmgr@xxxxxxxxxxxxxxxxx
- Subject: [PilotMgr] Backup.pm 1.008 (early-access)
- From: Bo Kullmar <Bo.Kullmar@xxxxxx>
- Date: Wed, 1 Mar 2000 06:51:57 +0100 (MET)
- Reply-to: Bo Kullmar <Bo.Kullmar@xxxxxx>
- Sender: owner-pilotmgr@xxxxxxxxxxxxxxxxxxxx
I have made this patch to Backup.pm 1.008 (early-access) for
Palm OS 3.5. With this I will avoid a error message when it
tries to backup a empty file.
*** Backup.pm.orginal Sat Nov 13 03:48:04 1999
--- Backup.pm Wed Mar 1 06:45:09 2000
***************
*** 609,614 ****
--- 609,617 ----
$count = 0;
foreach $dbname (@{$PREFS->{"active"}})
{
+ if ( $dbname eq "") {
+ next;
+ }
($info) = grep($_->{"name"} eq $dbname, @{$PREFS->{"dbinfo"}});
$filename = &makeFilename($dbname, $info);
--- Bo Kullmar
------------------------------------------------------------------------
***********************************************************
* This is a public mailing list! *
* Please do not publish Sun proprietary information here! *
* - - - - - - - - - - - - - - *
* MoreInfo/Unsubscribe @ http://www.moshpit.org/pilotmgr *
***********************************************************