Skip to content

Commit

Permalink
update casclib to more recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
Talv committed May 26, 2019
1 parent 3be9130 commit 3b795f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CascLib
Submodule CascLib updated 109 files
4 changes: 2 additions & 2 deletions src/storm-extract.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using namespace std;


// All the global variables
string version = "1.2.0";
string version = "1.3.0";

struct tSearchResult {
string strFileName;
Expand All @@ -40,7 +40,7 @@ enum {
};

HANDLE hStorage;
string strSearchPattern = "/";
string strSearchPattern = "";
std::vector<regex*> includePatterns;
std::vector<regex*> excludePatterns;
bool icasePatterns = false;
Expand Down

0 comments on commit 3b795f2

Please sign in to comment.