We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3b21d commit 2b64f3fCopy full SHA for 2b64f3f
src/bin/pgevent/pgevent.c
@@ -45,8 +45,7 @@ DllInstall(BOOL bInstall,
45
size_t ret;
46
47
if (pszCmdLine && *pszCmdLine != '\0')
48
- wcstombs_s(&ret, event_source, sizeof(event_source),
49
- pszCmdLine, sizeof(event_source));
+ wcstombs(event_source, pszCmdLine, sizeof(event_source));
50
51
/*
52
* This is an ugly hack due to the strange behavior of "regsvr32 /i".
0 commit comments