[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] STDIN and STDOUT not working
From: |
Brian Dean |
Subject: |
Re: [avrdude-dev] STDIN and STDOUT not working |
Date: |
Wed, 7 May 2003 18:16:33 -0400 |
User-agent: |
Mutt/1.4.1i |
On Wed, May 07, 2003 at 11:09:15AM -0300, Francisco T. A. Silva wrote:
> Your fix works here! Thanks
Cool, and your welcome :-)
> PS: if you remove that second fname = filename statement, avrdude would
> report
> avrdude: writing output file "<stdout>"
> instead of
> avrdude: writing output file "-"
>
> see attached patch.
While I agree that the second assignment it not necessary (and I'll
fix that), I don't think it will change the output message as that
line of output is being printed from the 'main()' routine, and 'fname'
is local to the 'fileio()' function. It used to do what you want, but
it looks like I busted that when I implimented immediate mode. I've
just committed a fix - it should now print out '<stdin>' and
'<stdout>' like it used to do.
Thanks for keeping us honest :-)
Cheers,
-Brian
--
Brian Dean
address@hidden
http://www.bsdhome.com/
http://www.bdmicro.com/
- [avrdude-dev] STDIN and STDOUT not working, Francisco T. A. Silva, 2003/05/06
- Re: [avrdude-dev] STDIN and STDOUT not working, E. Weddington, 2003/05/06
- Re: [avrdude-dev] STDIN and STDOUT not working, Francisco T. A. Silva, 2003/05/06
- Message not available
- Re: [avrdude-dev] STDIN and STDOUT not working, Francisco T. A. Silva, 2003/05/06
- Re: [avrdude-dev] STDIN and STDOUT not working, Brian Dean, 2003/05/06
- Re: [avrdude-dev] STDIN and STDOUT not working, Francisco T. A. Silva, 2003/05/06
- Re: [avrdude-dev] STDIN and STDOUT not working, Francisco T. A. Silva, 2003/05/07
- Re: [avrdude-dev] STDIN and STDOUT not working,
Brian Dean <=
- Re: [avrdude-dev] STDIN and STDOUT not working, Francisco T. A. Silva, 2003/05/08