From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:4b:a4d8:4b00:12bf:48ff:fe7c:5584]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id AB8BB77894 for ; Sun, 2 Feb 2014 15:02:00 -0800 (PST) From: Chris Brannon To: Edbrowse-dev@lists.the-brannons.com References: <20140102174906.eklhad@comcast.net> Date: Sun, 02 Feb 2014 15:01:32 -0800 In-Reply-To: <20140102174906.eklhad@comcast.net> (Karl Dahlke's message of "Sun, 02 Feb 2014 17:49:06 -0500") Message-ID: <87wqhdi0fn.fsf@mushroom.PK5001Z> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Edbrowse-dev] What? How did this ever work? X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 23:02:01 -0000 > 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