david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[uri] Fix outdated comment in parse_uri()

Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
sobtwmxt 2009-11-19 11:25:05 +00:00 committed by Marty Connor
parent 9a0bd0711f
commit 71e77b8cc2
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ struct uri * parse_uri ( const char *uri_string ) {
return NULL;
raw = ( ( ( char * ) uri ) + sizeof ( *uri ) );
/* Zero URI struct and copy in the raw string */
/* Copy in the raw string */
memcpy ( raw, uri_string, raw_len );
/* Start by chopping off the fragment, if it exists */