Closed GoogleCodeExporter closed 8 years ago
Fixed!
lib/src/lib_binary_dict_parser.cpp
line:551
result = combine_result(result, VERIF_RESULT_CRITICAL);
change to:
result = combine_result(result, VERIF_RESULT_WARNING);
Original comment by huzheng...@gmail.com
on 15 Feb 2012 at 12:10
Another place that need to change:
lib/src/lib_binary_dict_parser.cpp
Line 329:
result = combine_result(result, VERIF_RESULT_CRITICAL);
change to:
result = combine_result(result, VERIF_RESULT_WARNING);
And you need to remove ~/.cache/stardict/verif_cache.xml for update.
Original comment by huzheng...@gmail.com
on 15 Feb 2012 at 1:32
Original issue reported on code.google.com by
conghoan...@gmail.com
on 9 Feb 2012 at 1:44