[Swift-commit] r3192 - trunk/src/org/griphyn/vdl/karajan/lib
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Nov 24 16:12:31 CST 2009
Author: hategan
Date: 2009-11-24 16:12:30 -0600 (Tue, 24 Nov 2009)
New Revision: 3192
Modified:
trunk/src/org/griphyn/vdl/karajan/lib/TCProfile.java
Log:
fixed environment bug
Modified: trunk/src/org/griphyn/vdl/karajan/lib/TCProfile.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/TCProfile.java 2009-11-12 00:44:21 UTC (rev 3191)
+++ trunk/src/org/griphyn/vdl/karajan/lib/TCProfile.java 2009-11-24 22:12:30 UTC (rev 3192)
@@ -66,7 +66,7 @@
TransformationCatalogEntry tce = null;
if (tr != null) {
- getTCE(tc, new FQN(tr), bc);
+ tce = getTCE(tc, new FQN(tr), bc);
}
Map env = new HashMap();
More information about the Swift-commit
mailing list