Fixed wrong url history loading.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 24 Mar 2013 12:15:36 +0000 (13:15 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 24 Mar 2013 12:15:36 +0000 (13:15 +0100)
commitddf638a1b2df5fa70ae07c1c3b9739acf7bc71bd
treea8441faee66d62ef8dd7579c7aba45c7cfa1ac95
parent48a32b42b7997a5bcc8fcdf344065383436d0841
Fixed wrong url history loading.

If the history where larger than the maximum allowed size, we read max of the
items from the beginning of the file that are the oldest items, so that the
latest items where discarded.
src/url_history.c