Selaa lähdekoodia

[uri] Fix outdated comment in parse_uri()

Signed-off-by: Marty Connor <mdc@etherboot.org>
tags/v1.0.0-rc1
sobtwmxt 15 vuotta sitten
vanhempi
commit
71e77b8cc2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/core/uri.c

+ 1
- 1
src/core/uri.c Näytä tiedosto

@@ -85,7 +85,7 @@ struct uri * parse_uri ( const char *uri_string ) {
85 85
 		return NULL;
86 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 89
 	memcpy ( raw, uri_string, raw_len );
90 90
 
91 91
 	/* Start by chopping off the fragment, if it exists */

Loading…
Peruuta
Tallenna