136372fb0c
-- xlHtml is an Excel 95 and later file converter. Its HTML output can be used as a Netscape Plugin to let you view xls e-mail attachments. It can also extract regions of a spreadsheet and convert the spreadsheet to pure text rather than html.
13 lines
524 B
Plaintext
13 lines
524 B
Plaintext
$OpenBSD: patch-oledecod_c,v 1.1.1.1 2001/07/13 15:16:21 avsm Exp $
|
|
--- oledecod.c.orig Fri Jul 13 11:50:18 2001
|
|
+++ oledecod.c Fri Jul 13 11:50:35 2001
|
|
@@ -137,7 +137,7 @@ __OLEdecode (char *OLEfilename, pps_entr
|
|
verbose ("fast testing type of file");
|
|
test_exitf ((c = getc (input)) != EOF, 5, ends ());
|
|
test_exitf (ungetc (c, input) != EOF, 5, ends ());
|
|
- test_exitf (!isprint (c), 8, ends ());
|
|
+ /* test_exitf (!isprint (c), 8, ends ()); */
|
|
test_exitf (c == 0xd0, 9, ends ());
|
|
|
|
/* read header block */
|