comparison src/oct-stream.cc @ 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 5a3f1d00a474
comparison
equal deleted inserted replaced
2215:ab0e1fd337f5 2216:59740768906f
1479 1479
1480 case 's': 1480 case 's':
1481 { 1481 {
1482 // XXX FIXME XXX -- this must be fixed! 1482 // XXX FIXME XXX -- this must be fixed!
1483 1483
1484 int width = 65535; 1484 int width = elt->width ? elt->width : 65535;
1485 char *tmp = new char [width+1]; 1485 char *tmp = new char [width+1];
1486 do_oscanf_str_conv (is, fmt, tmp, width); 1486 do_oscanf_str_conv (is, fmt, tmp, width);
1487 delete [] tmp; 1487 delete [] tmp;
1488 } 1488 }
1489 break; 1489 break;