Fix windows build error.
This commit is contained in:
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user