From a87644ff05913cf20d4de0cefdbb2cd98db06727 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 30 May 2002 04:47:03 +0000 Subject: [PATCH] Always using -t "Window Title" option myself, so I never caught this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95380 13f79535-47bb-0310-9956-ffa450edef68 --- support/win32/wintty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/win32/wintty.c b/support/win32/wintty.c index 82cacd9414..638ac5a371 100644 --- a/support/win32/wintty.c +++ b/support/win32/wintty.c @@ -108,7 +108,7 @@ typedef struct feedback_args_t { int main(int argc, char** argv) { - char str[1024], *contitle; + char str[1024], *contitle = NULL; HANDLE hproc, thread; HANDLE hwinsta = NULL, hsavewinsta; HANDLE hdesk = NULL, hsavedesk = NULL; -- 2.40.0