Fix function call typo in frontend Win32 code, commit 978f869b99

Reported-by: buildfarm member walleye

Backpatch-through: master
pull/59/head
Bruce Momjian 5 years ago
parent 300e430c76
commit 7705f8ca03
  1. 2
      src/common/kmgr_utils.c

@ -348,7 +348,7 @@ open_pipe_stream(const char *command)
return NULL;
}
buf[0] = '"';
mempcy(&buf[1], command, cmdlen);
memcpy(&buf[1], command, cmdlen);
buf[cmdlen + 1] = '"';
buf[cmdlen + 2] = '\0';

Loading…
Cancel
Save