kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #32666
Re: small heads-up...
On 12/29/2017 10:34 AM, Marco Ciampa wrote:
> On Fri, Dec 29, 2017 at 10:10:49AM -0500, Kevin Cozens wrote:
>> On 2017-12-29 09:50 AM, Marco Ciampa wrote:
>>> Open and see for yourself...
>>>
>>> eeschema/dialogs/dialog_bom_editor.cpp:263: warning: unterminated string literal
>>
>> I don't immediately see why it would say that. I do see that the line has a
>> typo. The string in line 262 starts with "Symbo Table" instead of "Symbol
>> Table".
>
> I may be wrong but what I see is a partially commented source...
>
>
> // if( m_bom->GetColumnGrouping() )
> // {
> // title.Printf ( _( "Symbol
> Table - %u symbols in %u groups" ),
> m_bom->ComponentCount(),
> (unsigned int) m_bom->Groups.size() );
> }
> else
> title.Printf ( _( "Symbol Table - %u components" ),
> m_bom->ComponentCount() );
>
>
> This to me seems a bit odd...
>
I fixed the spelling error.
References