changeset 27022:2e4e42ba7016

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Wed, 03 Apr 2019 13:24:03 +0000
parents 30e9204de313 (current diff) c61301840704 (diff)
children fc256e9d882e
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/lo-utils.cc	Mon Apr 01 13:57:10 2019 +0000
+++ b/liboctave/util/lo-utils.cc	Wed Apr 03 13:24:03 2019 +0000
@@ -250,7 +250,7 @@
 
   // FIXME: resetting stream position is likely to fail unless we are
   // reading from a file.
-  std::ios::streampos pos = is.tellg ();
+  std::streampos pos = is.tellg ();
 
   char c1 = ' ';