Subversion Repositories wimsdev

Rev

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

Rev 12422 Rev 12540
Line 44... Line 44...
44
#define MAX_CLASSEXOS 2048
44
#define MAX_CLASSEXOS 2048
45
/* MAX_EXOS and MAX_SHEETS are not modifiable:
45
/* MAX_EXOS and MAX_SHEETS are not modifiable:
46
 * look at 0xFF00 in Wimslogd/cache.c, Wimslogd/wimslogdscore.c
46
 * look at 0xFF00 in Wimslogd/cache.c, Wimslogd/wimslogdscore.c
47
 * look at  >>8 in Wimslogd/wimslogdscore.c, score.c
47
 * look at  >>8 in Wimslogd/wimslogdscore.c, score.c
48
 * look at 255 in score.c, 256 in variables.c
48
 * look at 255 in score.c, 256 in variables.c
-
 
49
 * it must be also less than 99 to be sure that some sessions filename
49
 * it must be also less than 99 (see exam.c)
50
   do not cause buffer otherflow (see exam.c)
50
 */
51
 */
51
/* max number of exercises in a sheet or exam; not modifiable */
52
/* max number of exercises in a sheet or exam; not modifiable */
52
#define MAX_EXOS 64
53
#define MAX_EXOS 64
53
/* max number of sheets; not modifiable */
54
/* max number of sheets; not modifiable */
54
#define MAX_SHEETS 64
55
#define MAX_SHEETS 64