diff src/oct-stream.cc @ 5299:db290db95b33

[project @ 2005-04-22 01:06:41 by jwe]
author jwe
date Fri, 22 Apr 2005 01:06:41 +0000
parents bd32f770c09a
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/oct-stream.cc
+++ b/src/oct-stream.cc
@@ -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 ();