# HG changeset patch # User etisserant # Date 1209374419 -7200 # Node ID dff8cc600cbab15046a1775248224b52853766de # Parent 85f6acbb9d543be771320922da3ffc7b149a1cc2 Fixed typo in objaccess.c. Thanks to James diff -r 85f6acbb9d54 -r dff8cc600cba src/objacces.c --- a/src/objacces.c Fri Apr 25 16:48:34 2008 +0200 +++ b/src/objacces.c Mon Apr 28 11:20:19 2008 +0200 @@ -129,7 +129,7 @@ if (checkAccess && (ptrTable->pSubindex[bSubindex].bAccessType & WO)) { MSG_WAR(0x2B30, "Access Type : ", ptrTable->pSubindex[bSubindex].bAccessType); - accessDictionaryError(wIndex, bSubindex, 0, 0, OD_WRITE_NOT_ALLOWED); + accessDictionaryError(wIndex, bSubindex, 0, 0, OD_READ_NOT_ALLOWED); return OD_READ_NOT_ALLOWED; }