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:
parent
9a0bd0711f
commit
71e77b8cc2
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user