AVR Downloader/UploaDEr - Patches: patch #8463, typo in rev 1305
You are not allowed to post comments on this tracker with your current authentication level.
patch #8463: typo in rev 1305
Submitter: | Georg von Zengen <oni> | ||
Submitted: | Sun 18 May 2014 09:58:53 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | joerg_wunsch | Open/Closed: | Open |
Fri 11 Jul 2014 04:51:33 PM UTC, comment #3: |
Axel Wachtler <awachtler>![]() |
Wed 09 Jul 2014 07:25:40 AM UTC, comment #2: This was not only a typo, at this place there was a vprintf before so it should not replaced by avrdude_message which behaves like printf.
|
Rene Liebscher <rliebscher>![]() |
Sun 18 May 2014 11:33:00 AM UTC, comment #1: Patch is applied rev 1306, thanks for reporting. |
Axel Wachtler <awachtler>![]() |
Sun 18 May 2014 09:58:53 AM UTC, original submission:
Hi,
|
Georg von Zengen <oni> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 6 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2014-07-09 | rliebscher | Status | Done | ![]() |
None |
Open/Closed | Closed | ![]() |
Open | ||
2014-05-18 | awachtler | Open/Closed | Open | ![]() |
Closed |
2014-05-18 | awachtler | Status | None | ![]() |
Done |
Assigned to | None | ![]() |
joerg_wunsch | ||
2014-05-18 | oni | Attached File | - | ![]() |
Added typo.patch, #31398 |
I'll simply rollback to vfprintf(stderr, ...) for now.
The file avrftdi.c needs some more rework, because it implements its own logging system, which prevents the removing of "verbose"
from the system.