summaryrefslogtreecommitdiff
path: root/frontends/windows/font.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-07 18:12:09 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-07 18:12:09 +0100
commit5d6f189d8bb723201d44a0d4f35d93ffb6a00a54 (patch)
treeacacd88fcf6f0e97db4b5392457c7d137bd05359 /frontends/windows/font.c
parent2b0a5ef2e732ed484096b558116d28ac7abbef0a (diff)
downloadnetsurf-5d6f189d8bb723201d44a0d4f35d93ffb6a00a54.tar.gz
netsurf-5d6f189d8bb723201d44a0d4f35d93ffb6a00a54.tar.bz2
Fixup everything the semantic patch missed
Diffstat (limited to 'frontends/windows/font.c')
-rw-r--r--frontends/windows/font.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/frontends/windows/font.c b/frontends/windows/font.c
index 75464f992..37ccf23fe 100644
--- a/frontends/windows/font.c
+++ b/frontends/windows/font.c
@@ -309,10 +309,11 @@ win32_font_split(const plot_font_style_t *style,
}
}
-/*
- LOG("ret %d Split %u chars at %ipx: Split at char %i (%ipx) - %.*s",
- ret, length, x, *char_offset, *actual_x, *char_offset, string);
-*/
+
+ NSLOG(netsurf, DEEPDEBUG,
+ "ret %d Split %u chars at %ipx: Split at char %i (%ipx) - %.*s",
+ ret, length, x, *char_offset, *actual_x, *char_offset, string);
+
return ret;
}