IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2007, 5:41:00 PM (19 years ago)
Author:
jhoblitt
Message:

allow File md5sum to be empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsfilesetls

    r10249 r15029  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: dsfilesetls,v 1.4 2006-11-29 01:26:57 jhoblitt Exp $
     5# $Id: dsfilesetls,v 1.5 2007-09-26 03:41:00 jhoblitt Exp $
    66
    77use strict;
     
    4848        $fs->fileid, " ",
    4949        $fs->bytes, " ",
    50         $fs->md5sum, " ",
     50        $fs->md5sum || 0, " ",
    5151        $fs->type;
    5252    print " ", join(" ", @{$fs->extra}) if defined $fs->extra;   
Note: See TracChangeset for help on using the changeset viewer.