[gnumeric] embedder: keep up with goffice
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] embedder: keep up with goffice
- Date: Sun, 25 Mar 2012 21:16:31 +0000 (UTC)
commit a268ac60e8af5d9e25f43bf340fa7c250dc51595
Author: Morten Welinder <terra gnome org>
Date: Sun Mar 25 17:14:29 2012 -0400
embedder: keep up with goffice
tools/embedder | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/tools/embedder b/tools/embedder
index 905ff2d..8764eff 100644
--- a/tools/embedder
+++ b/tools/embedder
@@ -1,5 +1,22 @@
#!/usr/bin/perl
+# Copyright (C) 2011 Morten Welinder <terra gnome org>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) version 3.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
+# USA
+
use strict;
use Getopt::Long;
use IO::Compress::Gzip qw(gzip $GzipError);
@@ -117,6 +134,7 @@ sub embed_data {
if ($linelen == 0) {
print " \"";
$linelen += 5;
+ $nohex = 0;
}
my $thisnohex = $nohex;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]