Re: [OctDev] patch to textread.cc

2008-04-01 Thread dbateman
Eric Chassande-Mottin wrote: > > hi, > > with the following patch, textread.cc returns an empty > matrix rather than an error when reading an empty file > which is, I believe the expected behavior. > cheers, eric. > I applied it.. Since you're looking at this maybe you can see what is neede

[OctDev] patch to textread.cc

2008-04-01 Thread Eric Chassande-Mottin
hi, with the following patch, textread.cc returns an empty matrix rather than an error when reading an empty file which is, I believe the expected behavior. cheers, eric. Index: textread.cc === --- textread.cc (revision 4843) +++ tex