summaryrefslogtreecommitdiff
path: root/math/sc-im/files/patch-xls.c
blob: 599af12ec4c99aceade71403c1991c634265a578 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- xls.c.orig	2016-11-28 12:29:27 UTC
+++ xls.c
@@ -60,7 +60,7 @@ int open_xls(char * fname, char * encodi
         for (c = 0; c <= pWS->rows.lastcol; c++) { // cols
             xlsCell * cell = xls_cell(pWS, r, c);
             //if ((! cell) || (cell->isHidden)) continue;
-            if ((! cell) || (cell->ishiden)) continue; // Unfortunately libxls spells this "ishiden"
+            if ((! cell) || (cell->isHidden)) continue; // Unfortunately libxls spells this "ishiden"
 
             // TODO enable rowspan ?
             //if (cell->rowspan > 1) continue;