diff options
author | schaef <unknown> | 2010-01-28 16:26:11 +0000 |
---|---|---|
committer | schaef <unknown> | 2010-01-28 16:26:11 +0000 |
commit | 797a819fd618ef3e0a3f44c5ac0eda5d018a0999 (patch) | |
tree | da177f54a4d13e77b2f4feecf189cafcc1e1b2e1 /Source | |
parent | 2638d7607aa02c36c0ec6a5228049c643b3696e3 (diff) |
bugfix
Diffstat (limited to 'Source')
-rw-r--r-- | Source/VCGeneration/VCDoomed.ssc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/VCGeneration/VCDoomed.ssc b/Source/VCGeneration/VCDoomed.ssc index 7a235424..f1487fad 100644 --- a/Source/VCGeneration/VCDoomed.ssc +++ b/Source/VCGeneration/VCDoomed.ssc @@ -181,7 +181,7 @@ namespace VC impl.Blocks.Add(newfirst);
impl.Blocks.AddRange(blist);
- Impl2Dot(impl, String.Format("c:/dot/{0}_copied.dot", impl.Name) );
+ //Impl2Dot(impl, String.Format("c:/dot/{0}_copied.dot", impl.Name) );
#endregion
}
}
|