In article < 199802150218.SAA27158@cygnus.com > you write: >This is a bug in your code, not the compiler. You wrote > v[j] = value[j]; >when you needed > v->data[j] = value->data[j]; Yes, sorry about that, I should get some sleep before I post.