@ -40,7 +40,7 @@ struct circ_buf {
int quit;
int head;
int tail;
int data[MAX_ITEMS];
int data[MAX_ITEMS+1];
};
#endif /* ifndef COMMON_H */
The note is not visible to the blocked user.