mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
17a34ce292
A utility for converting MS Excel files to XML. PR: 14705 (2 of 2) Submitted by: Maxim Sobolev <sobomax@altavista.net>
12 lines
310 B
Plaintext
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;
|