[liblouis-liblouisxml] [liblouis] r1027 committed - fixed typo

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 05 Aug 2013 12:09:38 +0000

Revision: 1027
Author:   john.boyer@xxxxxxxxxxxxxxxxx
Date:     Mon Aug  5 05:09:31 2013
Log:      fixed typo
http://code.google.com/p/liblouis/source/detail?r=1027

Modified:
 /trunk/liblouis/compileTranslationTable.c

=======================================
--- /trunk/liblouis/compileTranslationTable.c   Thu Jul  4 04:53:39 2013
+++ /trunk/liblouis/compileTranslationTable.c   Mon Aug  5 05:09:31 2013
@@ -4596,7 +4596,7 @@
   /* See if table on installed or program path. */
 #ifdef _WIN32
   strcpy (trialPath, lou_getProgramPath ());
-  strcat (trialPath, "\\share\\liblouss\\tables\\");
+  strcat (trialPath, "\\share\\liblouis\\tables\\");
 #else
   strcpy (trialPath, TABLESDIR);
   strcat (trialPath, pathEnd);
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] r1027 committed - fixed typo - liblouis