mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-15 17:31:56 +00:00
replace array with variable size with vector,
this should help clang compiler to compile our source code
This commit is contained in:
@@ -16,7 +16,7 @@ for i in `../src/sdcv --utf8-input -n человек 2>&1`; do
|
||||
done
|
||||
|
||||
if [ $j -eq 1 ]; then
|
||||
echo "empty results of search: test failed" >&2
|
||||
echo "$0: empty results of search: test failed" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user