mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
commented out an assert(0); that was causing crashes in windows.
svn path=/trunk/; revision=11319
This commit is contained in:
parent
9f4291ecfc
commit
1dcf1a09de
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue