stdlib: fix memory leak on file errors
stdlib: throw runtime error when reading invalid real number stdlib: bugfix val (real) for empty strings tdrimg: add another demo image
This commit is contained in:
parent
0ea7dcef29
commit
95cc02ffcb
3 changed files with 40 additions and 11 deletions
|
|
@ -604,6 +604,7 @@ def create_image_with_stuff(imgfile):
|
|||
slotnr = putfile("../examples/Toco_Toucan.pict", None , f, part, partstart, slotnr)
|
||||
slotnr = putfile("../examples/shinkansen.pict", None , f, part, partstart, slotnr)
|
||||
slotnr = putfile("../examples/snow_leopard.pict", None , f, part, partstart, slotnr)
|
||||
slotnr = putfile("../examples/ADDS-Envoy-620.pict", None , f, part, partstart, slotnr)
|
||||
|
||||
slotnr = putfile("../examples/benchmarks.pas", None , f, part, partstart, slotnr)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue