Subversion Repositories wimsdev

Rev

Rev 3923 | Rev 8155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3923 Rev 7363
Line 175... Line 175...
175
        k++;
175
        k++;
176
    }
176
    }
177
    cd->examcnt=k-cd->exocnt; cd->exocnt=k;
177
    cd->examcnt=k-cd->exocnt; cd->exocnt=k;
178
    return cd;
178
    return cd;
179
}
179
}
180
 
-
 
-
 
180
// misprint ?? sheetdata ?? does not seem to be used.
181
        /* prepare cache for a sheet */
181
        /* prepare cache for a sheet */
182
struct sheetata *getsheetcache(char *cl, char *sh)
182
struct sheetata *getsheetcache(char *cl, char *sh)
183
{
183
{
184
   
184
   
185
   
185