[liblouis-liblouisxml] [liblouisutdml] push by john.bo...@xxxxxxxxxxxxxxxxx - fixed calls to running head and footer in utd on 2013-10-07 06:39 GMT

  • From: liblouisutdml@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 07 Oct 2013 06:39:23 +0000

Revision: c729f50f9b65
Branch:   default
Author:   John Boyer <john.boyer@xxxxxxxxxxxxxxxxx>
Date:     Mon Oct  7 06:37:32 2013 UTC
Log:      fixed calls to running head and footer in utd
http://code.google.com/p/liblouisutdml/source/detail?r=c729f50f9b65

Modified:
 /liblouisutdml/transcriber.c

=======================================
--- /liblouisutdml/transcriber.c        Fri Sep 13 08:45:49 2013 UTC
+++ /liblouisutdml/transcriber.c        Mon Oct  7 06:37:32 2013 UTC
@@ -4894,7 +4894,8 @@
       else if (curPageStatus == topOfPage)
        {
          if (ud->running_head_length > 0)
-           centerHeadFoot (ud->running_head, ud->running_head_length);
+           utd_centerHeadFoot (ud->running_head,
+           ud->running_head_length);
          else
            {
              if (pageNumber.transTextLength)
@@ -4909,7 +4910,7 @@
       else if (curPageStatus == lastLine || curPageStatus == bottomOfPage)
        {
          if (ud->footer_length > 0)
-           centerHeadFoot (ud->footer, ud->footer_length);
+           utd_centerHeadFoot (ud->footer, ud->footer_length);
          else
            {
              if (pageNumber.transTextLength)
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouisutdml] push by john.bo...@xxxxxxxxxxxxxxxxx - fixed calls to running head and footer in utd on 2013-10-07 06:39 GMT - liblouisutdml