1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/textproc/xls2xml/files/patch-ab
Steve Price 17a34ce292 Adding xls2xml version 1.0.0.
A utility for converting MS Excel files to XML.

PR:		14705 (2 of 2)
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-12-27 02:12:34 +00:00

12 lines
310 B
Plaintext

--- 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;