diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-04-06 11:55:06 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-06 11:55:06 -0700 |
commit | 2001c93eb59165ed1ed4801b05983c3d77333f45 (patch) | |
tree | f93bc7c70817d9419ec056d2868ffee3501b88b1 /tests/testboundaries.c | |
parent | 0da76d1b427629f4e671b502d7034595ae9ac568 (diff) | |
download | pango-2001c93eb59165ed1ed4801b05983c3d77333f45.tar.gz |
[test] Fix line number reporting
Diffstat (limited to 'tests/testboundaries.c')
-rw-r--r-- | tests/testboundaries.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testboundaries.c b/tests/testboundaries.c index feef19ce..2f7a79bc 100644 --- a/tests/testboundaries.c +++ b/tests/testboundaries.c @@ -94,7 +94,7 @@ log_attr_foreach (const char *text, return; offset = 0; - line = 0; + line = 1; prev_type = (GUnicodeType) -1; prev_wc = 0; |