Browse Source

BUG: fix crash in external dsp include

Bill Hoffman 22 years ago
parent
commit
a8620773f3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmGlobalVisualStudio6Generator.cxx

+ 0 - 1
Source/cmGlobalVisualStudio6Generator.cxx

@@ -280,7 +280,6 @@ void cmGlobalVisualStudio6Generator::WriteDSWFile(std::ostream& fout,
         std::vector<std::string> depends;
         depends.push_back(cc.GetOutput());
         this->WriteExternalProject(fout, stuff[0].c_str(), stuff[1].c_str(), depends);
-        ++si;
         }
       else 
         {