From 48356c90a15bc13ca5c3fc3b05c501cbb9e24525 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 14 Jan 2010 20:37:44 +0000 Subject: [PATCH] * flip sequence, C99 Baby! --- webcit/setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webcit/setup.c b/webcit/setup.c index 12a50dda4..c2d83a440 100644 --- a/webcit/setup.c +++ b/webcit/setup.c @@ -671,9 +671,10 @@ int main(int argc, char *argv[]) int a; char aaa[256]; int info_only = 0; - strcpy(suggested_url, "http://:/"); int rv; + strcpy(suggested_url, "http://:/"); + /* set an invalid setup type */ setup_type = (-1); -- 2.39.2