[PATCH] ShGetFileInfo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




ChangeLog:

	* dlls/shell32/shell32_main.c
               Add missing parenthesis in ShGetFileInfoA

Index: dlls/shell32/shell32_main.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32_main.c,v
retrieving revision 1.89
diff -u -r1.89 shell32_main.c
--- dlls/shell32/shell32_main.c 2002/01/29 03:12:22     1.89
+++ dlls/shell32/shell32_main.c 2002/01/30 18:10:06
@@ -324,7 +324,7 @@
        /* get the type name */
        if (SUCCEEDED(hr) && (flags & SHGFI_TYPENAME))
        {
-        if (!flags & SHGFI_USEFILEATTRIBUTES)
+        if (!(flags & SHGFI_USEFILEATTRIBUTES))
                _ILGetFileType(pidlLast, psfi->szTypeName, 80);
         else
         {




[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux