PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/libreoffice-3.6.0.2/mythes/mythes-1.2.1-rhbz675806.patch

#
Patch | 10 lines | 9 code | 1 blank | 0 comment | 0 complexity | a1a8a58cf248c534a9329e2b80336511 MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception, LGPL-2.1, AGPL-1.0, BSD-3-Clause-No-Nuclear-License-2014, GPL-3.0, LGPL-3.0
  1. --- misc/mythes-1.2.2/mythes.cxx 2011-02-08 10:42:57.262964286 +0000
  2. +++ misc/build/mythes-1.2.2/mythes.cxx 2011-02-08 10:43:06.305076490 +0000
  3. @@ -14,6 +14,7 @@
  4. encoding = NULL;
  5. list = NULL;
  6. offst = NULL;
  7. + pdfile = NULL;
  8. if (thInitialize(idxpath, datpath) != 1) {
  9. fprintf(stderr,"Error - can't open %s or %s\n",idxpath, datpath);