Skip to content

Commit 7da6e90

Browse files
committed
Merge pull request opencv#10893 from alalek:fix_cpu_disable_flags
2 parents 68043f4 + cc5a6f3 commit 7da6e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/system.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ struct HWFeatures
514514

515515
static inline bool isSymbolSeparator(char c)
516516
{
517-
return c == ',' || c == ';' || c == '-';
517+
return c == ',' || c == ';';
518518
}
519519

520520
void readSettings(const int* baseline_features, int baseline_count)

0 commit comments

Comments
 (0)