# HG changeset patch # User frdupin # Date 1171010179 -3600 # Node ID 7df322d86ae19fc64de15bf4b97f455b08d8a400 # Parent 11dda1450e09e4e7aeea526e6be023b4ce3695f3 copy/paste error diff -r 11dda1450e09 -r 7df322d86ae1 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; }