Hi, Sorry for the late reply... tor, 18 09 2008 kl. 13:57 -0500, skrev Fred Cordova AMSRD-AMR-SG-SD: > I use RHEL 5.2 with Octave 3.0.1 and have come across a warning when I > use imread.m, which states: > > 'isstr is obsolete and will be removed from a future version of Octave, > please use ischar instead' > > A manual change to imread.m on line 40 to replace isstr with ischar > seems to work just fine for my purposes, but I am unsure what effects > this change will ultimately have.
Such a change is just fine. 'ischar' can be used instead of 'isstr' anywhere. > After a quick search on the bug tracker I did not see a previous bug > submission for this. Just thought I'd bring it to the communities > attention. Thanks, for bringing this up. 'imread' and 'imwrite' have been moved from Octave-Forge to upstream Octave, where this bug isn't present, so there is no need for fixing it. But thanks for bringing it up. Søren ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
