[URLMON] Sync with Wine Staging 1.9.4. CORE-10912
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 5 Mar 2016 10:27:46 +0000 (10:27 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 5 Mar 2016 10:27:46 +0000 (10:27 +0000)
svn path=/trunk/; revision=70937

reactos/dll/win32/urlmon/uri.c
reactos/media/doc/README.WINE

index e710a9d..301f4b9 100644 (file)
@@ -1472,7 +1472,7 @@ static BOOL parse_reg_name(const WCHAR **ptr, parse_data *data, DWORD flags, DWO
     while((!is_res && !is_auth_delim(**ptr, known_scheme)) ||
           (is_res && **ptr && **ptr != '/')) {
         if(**ptr == ':' && !ignore_col) {
-            /* We can ignore ':' if were inside brackets.*/
+            /* We can ignore ':' if we are inside brackets.*/
             if(!inside_brackets) {
                 const WCHAR *tmp = (*ptr)++;
 
index d3ce999..1dc84e5 100644 (file)
@@ -192,7 +192,7 @@ reactos/dll/win32/traffic             # Synced to WineStaging-1.7.55
 reactos/dll/win32/twain_32            # Synced to WineStaging-1.7.55
 reactos/dll/win32/updspapi            # Synced to WineStaging-1.7.55
 reactos/dll/win32/url                 # Synced to WineStaging-1.7.55
-reactos/dll/win32/urlmon              # Synced to WineStaging-1.7.55
+reactos/dll/win32/urlmon              # Synced to WineStaging-1.9.4
 reactos/dll/win32/usp10               # Synced to WineStaging-1.7.55
 reactos/dll/win32/uxtheme             # Forked
 reactos/dll/win32/vbscript            # Synced to WineStaging-1.7.55