Increase array size.

This commit is contained in:
Simon Wilks 2013-06-15 23:24:57 +02:00
parent 12ac41802e
commit 4253c16b3f
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ int sdlog2_thread_main(int argc, char *argv[])
/* --- IMPORTANT: DEFINE NUMBER OF ORB STRUCTS TO WAIT FOR HERE --- */
/* number of messages */
const ssize_t fdsc = 15;
const ssize_t fdsc = 16;
/* Sanity check variable and index */
ssize_t fdsc_count = 0;
/* file descriptors to wait for */