From: William A. Rowe Jr Date: Thu, 30 May 2002 04:47:03 +0000 (+0000) Subject: Always using -t "Window Title" option myself, so I never caught this. X-Git-Tag: 2.0.37~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a87644ff05913cf20d4de0cefdbb2cd98db06727;p=apache 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 --- 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;