Index: trunk/psModules/src/config/pmConfig.c
===================================================================
--- trunk/psModules/src/config/pmConfig.c	(revision 8624)
+++ trunk/psModules/src/config/pmConfig.c	(revision 8669)
@@ -3,6 +3,6 @@
  *  @author PAP, IfA
  *
- *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-26 03:14:40 $
+ *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-29 21:39:44 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -931,5 +931,5 @@
 
             if (globList.gl_pathc == 0) {
-                psError(PS_ERR_IO, true, "No match for %s", words->data[i]);
+                psError(PS_ERR_IO, true, "No match for %s", (char *)words->data[i]);
                 return input;
             }
