From bbfce129bb79dc1dcbe55b936505353224dcd089 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 6 Aug 2018 10:26:22 -0400 Subject: [PATCH] Fix windows build error. --- common/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.cpp b/common/common.cpp index b3490b2d8f..407d0c465b 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -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 {