From 1dcf1a09de8800d179eac8bc150fdabdf93c4ac3 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Sun, 17 Oct 2004 20:41:16 +0000 Subject: [PATCH] commented out an assert(0); that was causing crashes in windows. svn path=/trunk/; revision=11319 --- reactos/subsys/system/explorer/taskbar/favorites.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/taskbar/favorites.cpp b/reactos/subsys/system/explorer/taskbar/favorites.cpp index d61e51b8224..d6a07c1ca0b 100644 --- a/reactos/subsys/system/explorer/taskbar/favorites.cpp +++ b/reactos/subsys/system/explorer/taskbar/favorites.cpp @@ -414,7 +414,7 @@ void BookmarkList::import_IE_favorites(ShellDirectory& dir, HWND hwnd) push_back(bookmark); } else { ///@todo read shell links - assert(0); + //assert(0); } } }