/[gnump3d]/gnump3d/lib/gnump3d/files.pm
ViewVC logotype

Diff of /gnump3d/lib/gnump3d/files.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by skx, Thu Oct 16 11:59:16 2003 UTC revision 1.5 by skx, Thu Oct 16 12:06:23 2003 UTC
# Line 340  sub getModifiedTime( $ ) Line 340  sub getModifiedTime( $ )
340    my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);    my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
341    ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst)= localtime($mtime);    ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst)= localtime($mtime);
342    
343    return( $hour . ":" . $min . ":" . $sec );    my $time = sprintf( "%02d:%02d:%02d", $hour, $min, $sec );
344      return( $time );
345  }  }
346    
347    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26