mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
- Change spaces to tab
This commit is contained in:
parent
ed50eba46d
commit
69e2d48738
@ -509,7 +509,7 @@ BOOL WINAPI GetExtensionVersion(HSE_VERSION_INFO *pVer)
|
||||
{
|
||||
pVer->dwExtensionVersion = HSE_VERSION;
|
||||
#ifdef WITH_ZEUS
|
||||
strncpy( pVer->lpszExtensionDesc, sapi_module.name, HSE_MAX_EXT_DLL_NAME_LEN);
|
||||
strncpy( pVer->lpszExtensionDesc, sapi_module.name, HSE_MAX_EXT_DLL_NAME_LEN);
|
||||
#else
|
||||
lstrcpyn(pVer->lpszExtensionDesc, sapi_module.name, HSE_MAX_EXT_DLL_NAME_LEN);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user