X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Ftpl_drv_common.h;h=ebc9130dab4d72de0f86322fc549d2796cc9e8f9;hb=6e1cf1d50bca85f01b5f802b1a76f090e362bf05;hp=632f3dcb50c2e6615bed78e945c6c48d90c77017;hpb=bf7d1cd5635d41bd7c58bf99c61cdc670291c543;p=tpg%2Facess2.git diff --git a/Kernel/include/tpl_drv_common.h b/Kernel/include/tpl_drv_common.h index 632f3dcb..ebc9130d 100644 --- a/Kernel/include/tpl_drv_common.h +++ b/Kernel/include/tpl_drv_common.h @@ -111,7 +111,7 @@ enum eTplDrv_IOCtl { }\ case DRV_IOCTL_VERSION: LEAVE('x', (_version)); return (_version);\ case DRV_IOCTL_LOOKUP:{\ - int tmp = ModUtil_LookupString( (char**)(_ioctls), (char*)Data );\ + int tmp = ModUtil_LookupString( _ioctls, (const char*)Data );\ LEAVE('i', tmp);\ return tmp;\ }