changeset 7044:0064f7d6a451

[project @ 2007-10-21 20:28:03 by dbateman]
author dbateman
date Sun, 21 Oct 2007 20:28:03 +0000
parents 83400ec4eb1e
children 271fa61d8fae
files scripts/time/datevec.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)