mdsplus icon indicating copy to clipboard operation
mdsplus copied to clipboard

Fix: use size of packed NCI instead of 42

Open joshStillerman opened this issue 2 years ago • 0 comments

The code was using the known size of the packed NCI structure (42) instead of asking the compiler to fill this in for us.

Replace the explicit byte offset memory copies in SerializeNCI with structure references.

joshStillerman avatar May 26 '22 18:05 joshStillerman