commit c76dc68153d0c409808171fbcb9dd41caf64f13d
parent 41b9c86d54a95419aff526fcfe14d1e26769233e
Author: Brian C. Lane <bcl@brianlane.com>
Date: Mon, 14 Nov 2011 20:55:40 -0800
Pass the return type back up from other dir types
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HMS/source/appDisplayDirectory.brs b/HMS/source/appDisplayDirectory.brs
@@ -76,7 +76,7 @@ Function displayDirectory( url As String ) As Object
else
return invalid
end if
-
+ return ret
End Function
'******************************************************