[Swift-commit] r4758 - trunk/src/org/griphyn/vdl/karajan/lib/swiftscript
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Mon Jul 4 01:40:57 CDT 2011
Author: hategan
Date: 2011-07-04 01:40:56 -0500 (Mon, 04 Jul 2011)
New Revision: 4758
Modified:
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Misc.java
Log:
oops; missed the actual fix
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Misc.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Misc.java 2011-07-04 00:32:17 UTC (rev 4757)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Misc.java 2011-07-04 06:40:56 UTC (rev 4758)
@@ -363,7 +363,7 @@
public DSHandle swiftscript_dirname(VariableStack stack)
throws ExecutionException {
- AbstractDataNode n = (AbstractDataNode) PA_FILE.getValue(stack);
+ AbstractDataNode n = (AbstractDataNode) PA_FILE.getRawValue(stack);
n.waitFor();
String name = VDLFunction.filename(n)[0];
String result = new AbsFile(name).getDir();
More information about the Swift-commit
mailing list