Commit in reactos/lib/shell32 on MAIN
shelllink.c+3-31.12 -> 1.13
FIXME -> TRACE

reactos/lib/shell32
shelllink.c 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- shelllink.c	22 Mar 2004 22:56:04 -0000	1.12
+++ shelllink.c	24 Mar 2004 20:47:58 -0000	1.13
@@ -219,7 +219,7 @@
 {
 	_ICOM_THIS_From_IPersistFile(IShellLinkImpl, iface);
 
-	FIXME("(%p)\n",This);
+	TRACE("(%p)\n",This);
 
 	if (This->bDirty)
 	    return S_OK;
@@ -1356,7 +1356,7 @@
 {
     ICOM_THIS(IShellLinkImpl, iface);
     char buffer[MAX_PATH];
-    LPCSTR fname;
+    LPSTR fname;
 
     TRACE("(%p)->(path=%s)\n",This, pszFile);
 
@@ -1791,7 +1791,7 @@
 {
     _ICOM_THIS_From_IShellLinkW(IShellLinkImpl, iface);
     WCHAR buffer[MAX_PATH];
-    LPCSTR fname;
+    LPWSTR fname;
 
     TRACE("(%p)->(path=%s)\n",This, debugstr_w(pszFile));
 
CVSspam 0.2.8