Fix formatting error

This commit is contained in:
Seth Hillbrand 2020-09-15 10:54:35 -07:00
parent 5467729611
commit c5eba871e3
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ wxString GetKicadLockFilePath()
lockpath.AppendDir( ".cache" );
}
lockpath.AppendDir( wxString::Format( "kicad_v%d", GetMajorMinorVersion() ) );
lockpath.AppendDir( wxString::Format( "kicad_v%s", GetMajorMinorVersion() ) );
#endif
#if defined( __WXMAC__ ) || defined( __UNIX__ )