Eeschema: fix typo in files-io.cpp in revert command that deletes .kicad_sch file

Fixes #16114
https://gitlab.com/kicad/code/kicad/-/issues/16114
This commit is contained in:
jean-pierre charras 2023-11-20 08:47:33 +01:00
parent 5cf244dd90
commit b698ddc82c
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, in
if( ( aCtl & KICTL_REVERT ) )
{
DeleteAutoSaveFile( fullFileName );
DeleteAutoSaveFile( autoSaveFn );
}
else
{