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

[PilotMgr] Backup.pm 1.008 (early-access)



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 *
***********************************************************


SourceForge.net Logo