Skip to content

Commit

Permalink
Merge pull request #33 from hammera/fix_liblouisutdml_incompatibility
Browse files Browse the repository at this point in the history
Fix Liblouisutdml incompatibility with newest Liblouis 3.2.0 and future 3.3.0 release
  • Loading branch information
egli authored Aug 28, 2017
2 parents ecf6e09 + ffad344 commit 6750f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion liblouisutdml/louisutdml.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define liblouisutdml_h
#include <libxml/parser.h>
#include "liblouisutdml.h"
#include <louis.h>
#include <internal.h>
#include "sem_enum.h"

typedef enum
Expand Down
4 changes: 2 additions & 2 deletions liblouisutdml/readconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <louis.h>
#include <internal.h>
#include "louisutdml.h"
#include "sem_names.h"
#include <ctype.h>
Expand Down Expand Up @@ -241,7 +241,7 @@ findTable (FileInfo * nested)
if (trialPath[0] == 0)
{
if (lou_getTable (nested->value) != NULL)
strcpy (trialPath, getLastTableList ());
strcpy (trialPath, _lou_getLastTableList());
}
if (trialPath[0] == 0)
{
Expand Down

0 comments on commit 6750f50

Please sign in to comment.