copy/paste error
authorfrdupin
Fri, 09 Feb 2007 09:36:19 +0100
changeset 90 7df322d86ae1
parent 89 11dda1450e09
child 91 ed2612282988
copy/paste error
src/pdo.c
--- 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;
 	     }