← Back to team overview

kicad-developers team mailing list archive

Re: Possible error in project loading

 

Hey Jeff,

Oh my!  This is embarrassing since git blamed me.  That should indeed be
ConfigSave().  It looks like a copy and past error on my part.  Nice catch.

Cheers,

Wayne

On 4/5/19 3:34 PM, Jeff Young wrote:
> Hi Wayne,
> 
> Could you take a look at lines 75:77 in prjconfig.cpp:
> 
> // Save the project file for the currently loaded project.
> if( m_active_project )
>     Prj().ConfigLoad( PgmTop().SysSearch(), GeneralGroupName, s_KicadManagerParams );
> 
> 
> If the comment is correct that should be ConfigSave(), not ConfigLoad(),
> right?
> 
> Cheers,
> Jeff.
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


References