changeset 5299:db290db95b33

[project @ 2005-04-22 01:06:41 by jwe]
author jwe
date Fri, 22 Apr 2005 01:06:41 +0000
parents d2518305564e
children 643a4d5b2b88
files src/oct-stream.cc src/oct-stream.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/oct-stream.cc	Thu Apr 21 22:05:19 2005 +0000
+++ b/src/oct-stream.cc	Fri Apr 22 01:06:41 2005 +0000
@@ -3585,7 +3585,7 @@
 
 octave_value
 octave_stream::scanf (const octave_value& fmt, const Array<double>& size,
-		      int& count, const std::string& who)
+		      octave_idx_type& count, const std::string& who)
 {
   octave_value retval = Matrix ();
 
--- a/src/oct-stream.h	Thu Apr 21 22:05:19 2005 +0000
+++ b/src/oct-stream.h	Fri Apr 22 01:06:41 2005 +0000
@@ -526,7 +526,7 @@
 		      octave_idx_type& count, const std::string& who /* = "scanf" */);
 
   octave_value scanf (const octave_value& fmt, const Array<double>& size,
-		      int& count, const std::string& who /* = "scanf" */);
+		      octave_idx_type& count, const std::string& who /* = "scanf" */);
 
   octave_value_list oscanf (const std::string& fmt,
 			    const std::string& who /* = "scanf" */);