2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 17:41:55 +00:00

[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

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 */