forked from pool/gucharmap
13 lines
466 B
Diff
13 lines
466 B
Diff
=== modified file 'gucharmap/gucharmap-print-operation.c'
|
|
--- gucharmap/gucharmap-print-operation.c 2008-06-25 19:56:52 +0000
|
|
+++ gucharmap/gucharmap-print-operation.c 2008-06-25 19:59:01 +0000
|
|
@@ -220,7 +220,6 @@
|
|
start_index = page_nr * page_size;
|
|
last_index = start_index + page_size - 1;
|
|
last_index = MIN (last_index, priv->last_codepoint_index);
|
|
- g_assert (i <= priv->last_codepoint_index);
|
|
|
|
cr = gtk_print_context_get_cairo_context (context);
|
|
|
|
|