[gnumeric] html: eliminate "float".
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc: 
- Subject: [gnumeric] html: eliminate "float".
- Date: Tue, 17 Nov 2009 20:55:00 +0000 (UTC)
commit 349710e500817bd88334b388c7743a90104a7005
Author: Morten Welinder <terra gnome org>
Date:   Tue Nov 17 15:54:45 2009 -0500
    html: eliminate "float".
 plugins/html/roff.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/html/roff.c b/plugins/html/roff.c
index 65c93ec..db65a5d 100644
--- a/plugins/html/roff.c
+++ b/plugins/html/roff.c
@@ -172,7 +172,7 @@ roff_file_save (GOFileSaver const *fs, GOIOContext *io_context,
 				}
 			}
 			gsf_output_printf (output, ".\n");
-			gsf_output_printf (output, ".vs %.2fp\n", 2.5 + (float)v_size);
+			gsf_output_printf (output, ".vs %.2fp\n", 2.5 + v_size);
 			for (col = r.start.col; col <= r.end.col;  col++) {
 				if (col > r.start.col)
 					gsf_output_printf (output, "\t");
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]