Bug 796 - The SetEl macro might need to init the array first
Summary: The SetEl macro might need to init the array first
Status: ASSIGNED
Alias: None
Product: Direct Objects
Classification: Unclassified
Component: Read (show other bugs)
Version: unspecified
Hardware: PC Linux
: P1 normal
Assignee: Werner Van Belle
URL:
Depends on:
Blocks:
 
Reported: 2011-02-07 15:29 CET by Werner Van Belle
Modified: 2011-02-20 18:05 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Werner Van Belle 2011-02-07 15:29:21 CET
fails if the particular field was not loaded and if it was a static field. In case of the later we might require an initialisation to the full length directly and fill the thing with zeros.
Comment 1 Werner Van Belle 2011-02-07 15:29:52 CET
An example where this turned out to be a problem was in the idx2txmem.c++ file, where the cues were stored.