> Then at the end, buildTagArray copies them over into one linear array > for easy access.
But it doesn't copy the structs. The array is an array of pointers to structs. So tagArray[x]->controller *should* be one of the pointers in tagArray. -- Chris _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
