diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-12 01:01:56 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-12 01:01:56 -0400 |
| commit | 499611a3fec4ac39d5ebf53c6656b2f5971d08e4 (patch) | |
| tree | 242ff3275df6014b543a18c88c5a8b8060ec3450 /new/test.c | |
| parent | 8f6acdc8da577342c9c95577869fe7513b278fb0 (diff) | |
Quick update/fix to the test program.
Diffstat (limited to 'new/test.c')
| -rw-r--r-- | new/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,7 +67,7 @@ static void setCheckboxText(uiControl *b, void *data) } uiWindow *w; -#define nStacks 7 +#define nStacks 9 uiControl *stacks[nStacks]; uiControl *spaced; @@ -290,7 +290,7 @@ int main(int argc, char *argv[]) i++; if (i != nStacks) { - fprintf(stderr, "forgot to update nStacks\n"); + fprintf(stderr, "forgot to update nStacks (expected %d)\n", i); return 1; } uiWindowShow(w); |
