[project @ 2004-06-02 21:44:39 by bursa]

Bug fix.

svn path=/import/netsurf/; revision=926
This commit is contained in:
James Bursa 2004-06-02 21:44:39 +00:00
parent 27a6af1739
commit 39fd4d9c23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ const char *enumerate_fonts(struct font_set *set, int *handle)
{
assert(handle);
if (!handle) {
if (*handle == 0) {
*handle = 1;
return "Homerton.Medium";
}