Skip to content

Commit

Permalink
[BUGFIX] Fixed for compatibility with MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Oct 31, 2024
1 parent 0fb3836 commit 745f6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/stats_analyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ namespace pesieve {
size_t pesieve::stats::fillCodeStrings(OUT std::set<std::string>& codeStrings)
{
const size_t patterns_count = 8;
char *patterns[patterns_count] = {
char patterns[][patterns_count] = {
"WVS",
"SVW",
"D$",
Expand Down

0 comments on commit 745f6a2

Please sign in to comment.