[GB.XML]
* BUG: XmlWriter: Buffers are now correctly flushed when ending a document. git-svn-id: svn://localhost/gambas/trunk@7179 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
84b7875611
commit
90ce0adbba
@ -1,5 +1,4 @@
|
||||
[Component]
|
||||
Key=gb.xml
|
||||
Version=0.0.2
|
||||
Version=3.6.90
|
||||
State=1
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Gambas Project File 3.0
|
||||
# Compiled with Gambas 3.4.0
|
||||
# Compiled with Gambas 3.7.90
|
||||
Title=gb.xml
|
||||
Startup=MTest
|
||||
Version=3.6.90
|
||||
|
@ -203,6 +203,8 @@ Public Function EndDocument() As String
|
||||
Me.EndElement()
|
||||
Wend
|
||||
$opened = False
|
||||
Flush #$stream
|
||||
|
||||
Return $buffer
|
||||
|
||||
End
|
||||
|
Loading…
x
Reference in New Issue
Block a user