From 84bae1abe0d4c9ec64d2ec5707d0821a3862bf2d Mon Sep 17 00:00:00 2001 From: David Date: Fri, 13 May 2016 11:46:37 -0500 Subject: [PATCH] fixed an error produced when file lists are used without Boost in Unix --- stim/parser/filename.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stim/parser/filename.h b/stim/parser/filename.h index 3f4ab6f..ee837dc 100644 --- a/stim/parser/filename.h +++ b/stim/parser/filename.h @@ -235,6 +235,7 @@ public: } FindClose(hFind); } + return file_list; #elif BOOST_PRECOMPILED @@ -265,12 +266,13 @@ public: } - } + } + return file_list; #else std::cout<<"ERROR: UNIX systems don't support file lists without the Boost precompiled libraries."<