* BUG: XmlReader can now correctly open files

git-svn-id: svn://localhost/gambas/trunk@4655 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Adrien Prokopowicz 2012-04-22 10:37:40 +00:00
parent 2cbff79d05
commit 5e582b1c6e

View file

@ -42,7 +42,7 @@ Public Sub Open(path As String)
Dim fichier As File
fichier = Open "text.xml" For Input
fichier = Open path For Input
Me.InputStream = fichier
End