← Back to team overview

kicad-developers team mailing list archive

Possible error in project loading

 

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.

Follow ups