Opened 16 years ago
Closed 16 years ago
#775 closed defect (fixed)
Fail reloading from OIS a NameBlock without valid name
| Reported by: | Víctor de Buen Remiro | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | highest | Milestone: | Mantainance |
| Component: | OIS | Version: | |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
OIS returns an error message like
ERROR: [1] Un NameBlock no puede tener miembros sin un nombre válido ''
running this code
Real {
NameBlock a =
[[
Set b =
{[[
NameBlock [[ Real unused = 0 ]]
]]}
]];
Real Ois.Store([[a]], "a.oza")
};
Set
{
Include("a.oza")
};
Note: See
TracTickets for help on using
tickets.

(In [1610]) Fixes #775