[liblouis-liblouisxml] [liblouisutdml] 2 new revisions pushed by mwhapples on 2014-06-09 12:55 GMT

  • From: liblouisutdml@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 09 Jun 2014 12:55:35 +0000

2 new revisions:

Revision: 4f233d51db96
Branch:   default
Author:   Michael Whapples
Date:     Mon Jun  9 13:03:18 2014 UTC
Log:      Fix indexing for back translation when formatFor utd
http://code.google.com/p/liblouisutdml/source/detail?r=4f233d51db96

Revision: 6602f8263d24
Branch:   default
Author:   Michael Whapples
Date:     Mon Jun  9 13:05:58 2014 UTC
Log:      Merge
http://code.google.com/p/liblouisutdml/source/detail?r=6602f8263d24

==============================================================================
Revision: 4f233d51db96
Branch:   default
Author:   Michael Whapples
Date:     Mon Jun  9 13:03:18 2014 UTC
Log:      Fix indexing for back translation when formatFor utd
http://code.google.com/p/liblouisutdml/source/detail?r=4f233d51db96

Modified:
 /liblouisutdml/transcriber.c

=======================================
--- /liblouisutdml/transcriber.c        Wed Jun  4 13:53:29 2014 UTC
+++ /liblouisutdml/transcriber.c        Mon Jun  9 13:03:18 2014 UTC
@@ -4010,7 +4010,7 @@
   kk = 0;
   if (!(ud->mode & notSync))
     {
-      for (k = 0; k < translatedLength; k++)
+      for (k = 0; k < translationLength; k++)
        {
          char posx[MAXNUMLEN];
          int posxLen = sprintf (posx, "%d ", backIndices[k]);

==============================================================================
Revision: 6602f8263d24
Branch:   default
Author:   Michael Whapples
Date:     Mon Jun  9 13:05:58 2014 UTC
Log:      Merge
http://code.google.com/p/liblouisutdml/source/detail?r=6602f8263d24


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] 2 new revisions pushed by mwhapples on 2014-06-09 12:55 GMT - liblouisutdml