Patch from Matthew Wilson <msw@gimp.org> -- was not parsing dates correctly.

git-svn-id: svn://10.0.0.236/trunk@4576 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry 1998-06-26 16:02:03 +00:00
parent 6629a8d833
commit f43e17d413

View File

@ -285,7 +285,7 @@ sub parse_rcs_tree {
# Compute date string; Format it the way I like.
($mon, $day, $hhmm, $year)
= &ctime($timestamp{$revision})
=~ /... (...) (..) (..:..):.. \S* (....)/;
=~ /... (...) (..) (..:..):.. \S*(....)/;
$revision_ctime{$revision} = "$day $mon $year $hhmm";
# $revision_ctime{$revision} = &ctime($timestamp{$revision});