mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
commented out an assert(0); that was causing crashes in windows.
svn path=/trunk/; revision=11319
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user