From 2d5ddb07fd4c423303771a31326fd218bad99645 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 29 Mar 2002 14:31:15 -0500 Subject: [PATCH] output list bug --- Source/cmMSDotNETGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMSDotNETGenerator.cxx b/Source/cmMSDotNETGenerator.cxx index 71682c659..69fd73ada 100644 --- a/Source/cmMSDotNETGenerator.cxx +++ b/Source/cmMSDotNETGenerator.cxx @@ -1187,7 +1187,7 @@ void cmMSDotNETGenerator::WriteCustomRule(std::ostream& fout, } else { - first = true; + first = false; } fout << output->c_str(); }