[liblouis-liblouisxml] [liblouis] r1074 committed - added cast to assignment of enteredEmphasis in lou_allround.c

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Wed, 23 Oct 2013 17:37:43 +0000

Revision: 1074
Author:   john.boyer@xxxxxxxxxxxxxxxxx
Date:     Wed Oct 23 17:37:30 2013 UTC
Log:      added cast to assignment of enteredEmphasis in lou_allround.c
http://code.google.com/p/liblouis/source/detail?r=1074

Modified:
 /trunk/tools/lou_allround.c

=======================================
--- /trunk/tools/lou_allround.c Wed Oct 23 15:12:24 2013 UTC
+++ /trunk/tools/lou_allround.c Wed Oct 23 17:37:30 2013 UTC
@@ -365,7 +365,7 @@
        while (1)
          {
            for (k = 0; k < strlen (enteredEmphasis); k++)
-             emphasis[k] = enteredEmphasis[k];
+             emphasis[k] = (formtype) enteredEmphasis[k];
            emphasis[k] = 0;
            strcpy (spacing, enteredSpacing);
            cursorPos = enteredCursorPos;
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] [liblouis] r1074 committed - added cast to assignment of enteredEmphasis in lou_allround.c - liblouis