replace array with variable size with vector,

this should help clang compiler to compile our source code
This commit is contained in:
Evgeniy Dushistov
2013-07-06 12:52:48 +00:00
parent 2a5da7969f
commit ab22f8eb41
5 changed files with 7 additions and 7 deletions

View File

@@ -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