mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix windows build error.
This commit is contained in:
parent
be1d6113d6
commit
bbfce129bb
@ -716,7 +716,7 @@ long long TimestampDir( const wxString& aDirPath, const wxString& aFilespec )
|
||||
|
||||
if( dir.IsOpened() )
|
||||
{
|
||||
if( dir.GetFirst( &fullname, filespec ) )
|
||||
if( dir.GetFirst( &fullname, aFilespec ) )
|
||||
{
|
||||
do
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user