Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[uri] Fix outdated comment in parse_uri()
Signed-off-by: Marty Connor <mdc@etherboot.org>
  • Loading branch information
sobtwmxt authored and Marty Connor committed Nov 21, 2009
1 parent 9a0bd07 commit 71e77b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/uri.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 71e77b8

Please sign in to comment.