[GRASS-dev] [GRASS-SVN] r64253 - grass-addons/grass7/imagery/i.spec.sam

Yann Chemin ychemin at gmail.com
Tue Jan 20 07:04:03 PST 2015


Hi Vaclav,

I have replaced all but one (in i.spec.sam/open.c):

    if (!flag_quiet->answer)
    {
        m_output(A);
    }

tentatively replaced by:
    if (G_verbose == 3)
    {
        m_output(A);
    }

is that OK?

Thanks
Yann


On 20 January 2015 at 20:15, Yann Chemin <ychemin at gmail.com> wrote:

> Thanks Vaclav,
>
> will try.
>
> Yann
>
> On 20 January 2015 at 19:28, Vaclav Petras <wenzeslaus at gmail.com> wrote:
>
>>
>> On Tue, Jan 20, 2015 at 8:29 AM, <svn_grass at osgeo.org> wrote:
>>
>>> Fixed the flag.quiet structure issue
>>
>>
>> This should be replaced with G_verbose_message()
>>
>> _______________________________________________
>> grass-dev mailing list
>> grass-dev at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/grass-dev
>>
>
>
>
> --
> ----
>



-- 
----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20150120/0339dec4/attachment.html>


More information about the grass-dev mailing list