# HG changeset patch # User dbateman # Date 1192998483 0 # Node ID 0064f7d6a4517413cfb0315d36d44b5c3b6c2c13 # Parent 83400ec4eb1e81e3c6aaa4eaac51bfe880887c9e [project @ 2007-10-21 20:28:03 by dbateman] diff -r 83400ec4eb1e -r 0064f7d6a451 scripts/time/datevec.m --- a/scripts/time/datevec.m Fri Oct 19 21:00:42 2007 +0000 +++ b/scripts/time/datevec.m Sun Oct 21 20:28:03 2007 +0000 @@ -245,7 +245,6 @@ f = strrep (f, "MM", "%M"); f = strrep (f, "SS", "%S"); - ds, f [tm, nc] = strptime (ds, f); if (nc == length (ds) + 1)