commented out an assert(0); that was causing crashes in windows.

svn path=/trunk/; revision=11319
This commit is contained in:
Richard Campbell 2004-10-17 20:41:16 +00:00
parent 9f4291ecfc
commit 1dcf1a09de

View file

@ -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);
}
}
}