http://git.etherboot.org
/
people
/
pcmattman
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a0bd07
)
[uri] Fix outdated comment in parse_uri()
author
sobtwmxt
<sobtwmxt@sdf.lonestar.org>
Thu, 19 Nov 2009 11:25:05 +0000
(11:25 +0000)
committer
Marty Connor
<mdc@etherboot.org>
Sat, 21 Nov 2009 01:42:03 +0000
(20:42 -0500)
Signed-off-by: Marty Connor <mdc@etherboot.org>
src/core/uri.c
patch
|
blob
|
history
diff --git
a/src/core/uri.c
b/src/core/uri.c
index
d31aaba
..
50a96d3
100644
(file)
--- a/
src/core/uri.c
+++ b/
src/core/uri.c
@@
-85,7
+85,7
@@
struct uri * parse_uri ( const char *uri_string ) {
return NULL;
raw = ( ( ( char * ) uri ) + sizeof ( *uri ) );
- /*
Zero URI struct and c
opy in the raw string */
+ /*
C
opy in the raw string */
memcpy ( raw, uri_string, raw_len );
/* Start by chopping off the fragment, if it exists */