help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: About "warning: implicit conversion from matrix to string"


From: Ben Abbott
Subject: RE: About "warning: implicit conversion from matrix to string"
Date: Thu, 20 May 2010 09:42:05 -0400

On Thursday, May 20, 2010, at 09:33AM, "Richardson, Anthony" <address@hidden> 
wrote:
>
>Alternatively, replace the above line in print.m with:
>
>    if(isempty(ghostscript_binary))
>      have_ghostscript = 0;
>    else
>      have_ghostscript = (exist (ghostscript_binary, "file") == 2);
>    endif
>
>to make the warning go away.
>
>Tony
>

Thanks Tony. I'll patch octave's sources later today.

Ben


reply via email to

[Prev in Thread] Current Thread [Next in Thread]