[gnumeric] disable debug dump
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] disable debug dump
- Date: Sat, 22 Feb 2014 20:13:53 +0000 (UTC)
commit 176d4b3eecebed09e608620d017828b57602d56a
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date: Sat Feb 22 13:13:26 2014 -0700
disable debug dump
plugins/excel/ms-excel-write.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/excel/ms-excel-write.c b/plugins/excel/ms-excel-write.c
index d70e1d2..137e1b4 100644
--- a/plugins/excel/ms-excel-write.c
+++ b/plugins/excel/ms-excel-write.c
@@ -3462,9 +3462,9 @@ excel_write_comments_biff7 (BiffPut *bp, ExcelWriteSheet *esheet)
g_return_if_fail (in != NULL);
g_return_if_fail (pos != NULL);
- gsf_mem_dump (in, strlen (in));
+ /* gsf_mem_dump (in, strlen (in)); */
convstr = excel_convert_string (bp, in, &out_bytes);
- gsf_mem_dump (convstr, out_bytes);
+ /* gsf_mem_dump (convstr, out_bytes); */
for (o = 0; o < out_bytes; o += MAX_BIFF_NOTE_CHUNK) {
guint8 data[6];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]