Skip to content
Snippets Groups Projects
Commit bcbe1d12 authored by Rémi Bernon's avatar Rémi Bernon :speech_balloon: Committed by Alexandre Julliard
Browse files

services/tests: Fix some format-overflow warnings.

parent a195c9a5
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
static SERVICE_STATUS_HANDLE (WINAPI *pRegisterServiceCtrlHandlerExA)(LPCSTR,LPHANDLER_FUNCTION_EX,LPVOID);
static HANDLE pipe_handle = INVALID_HANDLE_VALUE;
static char service_name[100], named_pipe_name[100];
static char service_name[100], named_pipe_name[114];
static SERVICE_STATUS_HANDLE service_handle;
/* Service process global variables */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment