Browse Source

[uri] Fix outdated comment in parse_uri()

Signed-off-by: Marty Connor <mdc@etherboot.org>
tags/v1.0.0-rc1
sobtwmxt 15 years ago
parent
commit
71e77b8cc2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/core/uri.c

+ 1
- 1
src/core/uri.c View File

85
 		return NULL;
85
 		return NULL;
86
 	raw = ( ( ( char * ) uri ) + sizeof ( *uri ) );
86
 	raw = ( ( ( char * ) uri ) + sizeof ( *uri ) );
87
 
87
 
88
-	/* Zero URI struct and copy in the raw string */
88
+	/* Copy in the raw string */
89
 	memcpy ( raw, uri_string, raw_len );
89
 	memcpy ( raw, uri_string, raw_len );
90
 
90
 
91
 	/* Start by chopping off the fragment, if it exists */
91
 	/* Start by chopping off the fragment, if it exists */

Loading…
Cancel
Save