changeset 20880:40da964c3add

time.cc: codesprint: Fix parenthesis from cset:7810a10772e0
author Andreas Weber <andy.weber.aw@gmail.com>
date Sat, 12 Dec 2015 21:54:24 +0100
parents 5357423bca0a
children 7234cbd04292
files libinterp/corefcn/time.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/time.cc	Sat Dec 12 20:54:01 2015 +0100
+++ b/libinterp/corefcn/time.cc	Sat Dec 12 21:54:24 2015 +0100
@@ -488,7 +488,7 @@
 
   octave_strptime t (str, fmt);
 
-  return ovl (octave_value (mk_tm_map (t), t.characters_converted ()));
+  return ovl (octave_value (mk_tm_map (t)), t.characters_converted ());
 }
 
 /*