gucharmap r1998 - trunk/gucharmap
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gucharmap r1998 - trunk/gucharmap
- Date: Mon, 16 Feb 2009 19:05:14 +0000 (UTC)
Author: chpe
Date: Mon Feb 16 19:05:13 2009
New Revision: 1998
URL: http://svn.gnome.org/viewvc/gucharmap?rev=1998&view=rev
Log:
Comment out assertion; bug #568794
Modified:
trunk/gucharmap/gucharmap-print-operation.c
Modified: trunk/gucharmap/gucharmap-print-operation.c
==============================================================================
--- trunk/gucharmap/gucharmap-print-operation.c (original)
+++ trunk/gucharmap/gucharmap-print-operation.c Mon Feb 16 19:05:13 2009
@@ -220,7 +220,7 @@
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);
+ /* g_assert (i <= priv->last_codepoint_index); */
cr = gtk_print_context_get_cairo_context (context);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]