Code review comment for ~dirk.zimoch/epics-base:fix_zero_size_arrays

Revision history for this message
Dirk Zimoch (dirk.zimoch) wrote :

I have removed epicsOldString.

From looking at the code, I would say autosave saves as scalar if curr_elements<=1. This may even now produce problematic results and should be fixed. It better always saves arrays as arrays, even with 0 or 1 elements. I need to do some actual tests.

But first I would like to find out if I can do something about CA links.

« Back to merge proposal