From 353d12f33dfe2876c62fb084a640ccd04419ec5a Mon Sep 17 00:00:00 2001 From: "dietrich%mozilla.com" Date: Tue, 15 Apr 2008 17:07:13 +0000 Subject: [PATCH] Bug 424769 - Smart bookmarks Recent Tags menu contains self reference (PPC Mac) (for mak77@supereva.it, r=dietrich, a=beltzner) git-svn-id: svn://10.0.0.236/trunk@250262 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/components/places/src/nsNavHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/toolkit/components/places/src/nsNavHistory.cpp b/mozilla/toolkit/components/places/src/nsNavHistory.cpp index 6dfbf388952..a5d7a522c1f 100644 --- a/mozilla/toolkit/components/places/src/nsNavHistory.cpp +++ b/mozilla/toolkit/components/places/src/nsNavHistory.cpp @@ -3191,7 +3191,7 @@ PlacesSQLQueryBuilder::SelectAsTag() "SELECT null, 'place:folder=' || id || '&queryType=%d&type=%ld', " "title, null, null, null, null, null, null, dateAdded, lastModified " "FROM moz_bookmarks " - "WHERE parent = %ld", + "WHERE parent = %lld", nsINavHistoryQueryOptions::QUERY_TYPE_BOOKMARKS, nsINavHistoryQueryOptions::RESULTS_AS_TAG_CONTENTS, history->GetTagsFolder());