mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00: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