[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libredwg] [patch #7057] C++ patch
From: |
James Michael DuPont |
Subject: |
[libredwg] [patch #7057] C++ patch |
Date: |
Wed, 13 Jan 2010 09:08:17 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.1.7) Gecko/20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7 |
Follow-up Comment #2, patch #7057 (project libredwg):
the declaration on line 70 of src/bits.h should look like this:
void
bit_write_4BITS(Bit_Chain * dat, unsigned char value);
and in the source file:
void
bit_write_4BITS(Bit_Chain * dat, unsigned char value)
New patch will be attached.
(file #19482)
_______________________________________________________
Additional Item Attachment:
File name: patchnew.diff Size:31 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?7057>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- Re: [libredwg] Re: [patch #7057] C++ patch, (continued)
- Re: [libredwg] Re: [patch #7057] C++ patch, Rodrigo Rodrigues da Silva, 2010/01/13
- Re: [libredwg] Re: [patch #7057] C++ patch, address@hidden, 2010/01/13
- [libredwg] Tests collection, Rodrigo Rodrigues da Silva, 2010/01/13
- Re: [libredwg] Tests collection, address@hidden, 2010/01/13
- Re: [libredwg] Tests collection, Felipe Sanches, 2010/01/13
- Re: [libredwg] Re: [patch #7057] C++ patch, address@hidden, 2010/01/13
- Re: [libredwg] Re: [patch #7057] C++ patch, address@hidden, 2010/01/13
- Re: [libredwg] Re: [patch #7057] C++ patch, Rodrigo Rodrigues da Silva, 2010/01/13
- Re: [libredwg] Re: [patch #7057] C++ patch, address@hidden, 2010/01/13
- Re: [libredwg] Re: [patch #7057] C++ patch, Rodrigo Rodrigues da Silva, 2010/01/13
[libredwg] [patch #7057] C++ patch,
James Michael DuPont <=