/[pspp]/pspp/src/casefile.c
ViewVC logotype

Diff of /pspp/src/casefile.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by blp, Wed Oct 26 05:06:14 2005 UTC revision 1.20 by blp, Sun Dec 11 02:48:45 2005 UTC
# Line 331  casefile_append (struct casefile *cf, co Line 331  casefile_append (struct casefile *cf, co
331    /* Try memory first. */    /* Try memory first. */
332    if (cf->storage == MEMORY)    if (cf->storage == MEMORY)
333      {      {
334        if (case_bytes < get_max_workspace ())        if (case_bytes < get_workspace ())
335          {          {
336            size_t block_idx = cf->case_cnt / CASES_PER_BLOCK;            size_t block_idx = cf->case_cnt / CASES_PER_BLOCK;
337            size_t case_idx = cf->case_cnt % CASES_PER_BLOCK;            size_t case_idx = cf->case_cnt % CASES_PER_BLOCK;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26