From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 14 Feb 2008 07:54:34 +0100 Subject: [U-Boot-Users] tftp warning/error? In-Reply-To: References: Message-ID: <20080214065434.GA5236@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14:57 Wed 13 Feb , Kumar Gala wrote: > 'TFTP: add host ip addr support' commit added this bit of code which seems > bogus: > > } else { > char *p = strchr (p, ':'); > > Is this really correct? No, it this - char *p = strchr (p, ':'); + char *p = strchr (BootFile, ':'); Best Regards, J.