Rev 15847 | Rev 16124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15847 | Rev 15897 | ||
---|---|---|---|
Line 45... | Line 45... | ||
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 to be sure that some sessions filename |
50 | do not cause buffer overflow (see exam.c) |
50 | do not cause buffer overflow (see exam.c line 71) |
51 | */ |
51 | */ |
52 | /* max number of exercises in a sheet or exam; not modifiable */ |
52 | /* max number of exercises in a sheet or exam; not modifiable */ |
53 | #define MAX_EXOS 64 |
53 | #define MAX_EXOS 64 |
54 | /* max number of sheets; not modifiable */ |
54 | /* max number of sheets; not modifiable */ |
55 | #define MAX_SHEETS 64 |
55 | #define MAX_SHEETS 64 |