changeset 21834:12b31cb1d6b7 stable

Update gnulib subrepo for texinfo formatting fixes (bug #48001) * .hgsubstate: Update gnulib subrepo for latest texinfo.tex macros. * load-save.cc (write_header): Adapt to gnulib change to nstrftime arguments.
author Mike Miller <mtmiller@octave.org>
date Tue, 07 Jun 2016 15:54:32 -0700
parents e56ba70108d3
children f250714c629d 2c035963f469
files .hgsubstate libinterp/corefcn/load-save.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Fri Jun 03 20:51:45 2016 -0700
+++ b/.hgsubstate	Tue Jun 07 15:54:32 2016 -0700
@@ -1,1 +1,1 @@
-7f19e7f2afa2b1476983003f9cd6df2f5b2a4b08 gnulib-hg
+c2b547926f344f971af228b730451570bc752780 gnulib-hg
--- a/libinterp/corefcn/load-save.cc	Fri Jun 03 20:51:45 2016 -0700
+++ b/libinterp/corefcn/load-save.cc	Tue Jun 07 15:54:32 2016 -0700
@@ -1212,7 +1212,7 @@
         memset (headertext, ' ', 124);
         // ISO 8601 format date
         nstrftime (headertext, 124, "MATLAB 5.0 MAT-file, written by Octave "
-                   OCTAVE_VERSION ", %Y-%m-%d %T UTC", &bdt, 1, 0);
+                   OCTAVE_VERSION ", %Y-%m-%d %T UTC", &bdt, 0, 0);
 
         // The first pair of bytes give the version of the MAT file
         // format.  The second pair of bytes form a magic number which