From: John Darrington Date: Wed, 4 Jul 2018 19:33:28 +0000 (+0200) Subject: Update comments. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790af87e2572735deb68ec1f58a8803aa9d5cc82;p=pspp Update comments. * src/data/spreadsheet-reader.h (struct spreadsheet_read_options): Elaborate comments. --- diff --git a/src/data/spreadsheet-reader.h b/src/data/spreadsheet-reader.h index 37b249d4e9..6b026b01cd 100644 --- a/src/data/spreadsheet-reader.h +++ b/src/data/spreadsheet-reader.h @@ -32,7 +32,8 @@ struct casereeader; struct spreadsheet_read_options { char *sheet_name ; /* The name of the sheet to open (in UTF-8) */ - int sheet_index ; /* The index of the sheet to open (only used if sheet_name is NULL) */ + int sheet_index ; /* The index of the sheet to open (only used if sheet_name is NULL). + The first index is 1 NOT 0 */ char *cell_range ; /* The cell range (in UTF-8) */ bool read_names ; /* True if the first row is to be used as the names of the variables */ int asw ; /* The width of string variables in the created dictionary */