Procházet zdrojové kódy

[uri] Fix outdated comment in parse_uri()

Signed-off-by: Marty Connor <mdc@etherboot.org>
tags/v1.0.0-rc1
sobtwmxt před 15 roky
rodič
revize
71e77b8cc2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/core/uri.c

+ 1
- 1
src/core/uri.c Zobrazit soubor

@@ -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 */

Načítá se…
Zrušit
Uložit