| 123456789101112 |
- --- aspell-0.50.3/prog/checker_string.cpp.dist 2003-07-24 10:41:03.000000000 +0200
- +++ aspell-0.50.3/prog/checker_string.cpp 2003-07-24 10:41:11.000000000 +0200
- @@ -10,6 +10,8 @@
- #include "copy_ptr-t.hpp"
- #include "asc_ctype.hpp"
-
- +#include <assert.h>
- +
- static int get_line(FILE * in, CharVector & d)
- {
- d.resize(0);
|