src/pdo.c
changeset 90 7df322d86ae1
parent 71 95cd3376cc9f
child 149 fe50ada8020b
--- a/src/pdo.c	Wed Feb 07 12:29:52 2007 +0100
+++ b/src/pdo.c	Fri Feb 09 09:36:19 2007 +0100
@@ -133,7 +133,7 @@
 	     if (objDict != OD_SUCCESSFUL) {
 	        MSG_WAR(0x2919, "error accessing to the mapped var : ", subInd + 1);  
 		MSG_WAR(0x2920, "         Mapped at index : ", (*pMappingParameter) >> 16);
-		MSG_WAR(0x2921, "                subindex : "getODentry, ((*pMappingParameter) >> 8 ) & 0xFF);
+		MSG_WAR(0x2921, "                subindex : ", ((*pMappingParameter) >> 8 ) & 0xFF);
 		return 0xFF;
 	     }