Opened 16 years ago
Closed 16 years ago
#609 closed defect (fixed)
NameBlock UNKNOWN doesn't work with OIS
Reported by: | Víctor de Buen Remiro | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | System | Version: | head |
Severity: | blocker | Keywords: | |
Cc: |
Description
Having these two files and compiling the second one tol crashes
/
File aux1.tol
/
NameBlock aux =
[[
Real _.unused = ?
]];
/
File test.tol
/
Set aux1 = { Include("aux1.tol") };
Real Ois.Store(aux1,"aux1.oza");
Set aux2 = { Ois.Load("aux1.oza") };
Note: See
TracTickets for help on using
tickets.
Problem has been fixed in HEAD