From 17a34ce292fe90d778e5e3543d443624b6a04d43 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 27 Dec 1999 02:12:34 +0000 Subject: Adding xls2xml version 1.0.0. A utility for converting MS Excel files to XML. PR: 14705 (2 of 2) Submitted by: Maxim Sobolev --- textproc/xls2xml/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/xls2xml/files/patch-ab (limited to 'textproc/xls2xml/files/patch-ab') diff --git a/textproc/xls2xml/files/patch-ab b/textproc/xls2xml/files/patch-ab new file mode 100644 index 000000000000..ff2d0a798368 --- /dev/null +++ b/textproc/xls2xml/files/patch-ab @@ -0,0 +1,11 @@ +--- formula.c.orig Thu Nov 4 15:01:23 1999 ++++ formula.c Thu Nov 4 15:01:27 1999 +@@ -642,7 +642,7 @@ + new_record = malloc (sizeof (stack_record)); + test (new_record != NULL, 10); + if (data == NULL) +- new_record->data == NULL; ++ new_record->data = NULL; + else + { + new_record->data = data; -- cgit v1.2.3