changeset 2216:59740768906f

[project @ 1996-05-16 16:06:52 by jwe]
author jwe
date Thu, 16 May 1996 16:06:52 +0000
parents ab0e1fd337f5
children 58664c09e383
files src/oct-stream.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/oct-stream.cc	Thu May 16 15:56:40 1996 +0000
+++ b/src/oct-stream.cc	Thu May 16 16:06:52 1996 +0000
@@ -1481,7 +1481,7 @@
 	      {
 		// XXX FIXME XXX -- this must be fixed!
 
-		int width = 65535;
+		int width = elt->width ? elt->width : 65535;
 		char *tmp = new char [width+1];
 		do_oscanf_str_conv (is, fmt, tmp, width);
 		delete [] tmp;