aspell.patch 324 B

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