[liblouis-liblouisxml] [liblouis] r716 committed - reverting to 714

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 02 Jul 2012 20:05:04 +0000

Revision: 716
Author:   john.boyer@xxxxxxxxxxxxxxxxx
Date:     Mon Jul  2 13:04:46 2012
Log:      reverting to 714
http://code.google.com/p/liblouis/source/detail?r=716

Modified:
 /trunk/liblouis/compileTranslationTable.c

=======================================
--- /trunk/liblouis/compileTranslationTable.c   Sat Jun 23 06:03:53 2012
+++ /trunk/liblouis/compileTranslationTable.c   Mon Jul  2 13:04:46 2012
@@ -165,7 +165,7 @@
 void EXPORT_CALL
 lou_logFile (const char *fileName)
 {
-  if (fileName == NULL)
+  if (fileName == NULL || fileName[0] == 0)
     return;
   if (initialLogFileName[0] == 0)
     strcpy (initialLogFileName, fileName);
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] r716 committed - reverting to 714 - liblouis