comparison simpletv.c @ 9:ef818ccd826f default tip

Oops, delete reference to variable no longer really used.
author darius
date Sun, 21 Aug 2005 12:36:14 +0000
parents fc60aa65d85f
children
comparison
equal deleted inserted replaced
8:fc60aa65d85f 9:ef818ccd826f
706 if (poll(fds, 1, 0) == -1) { 706 if (poll(fds, 1, 0) == -1) {
707 fprintf(stderr, "Poll failed - %s\n", strerror(errno)); 707 fprintf(stderr, "Poll failed - %s\n", strerror(errno));
708 exit(EXIT_FAILURE); 708 exit(EXIT_FAILURE);
709 } 709 }
710 if ((fds[0].revents & POLLRDNORM) != 0) { 710 if ((fds[0].revents & POLLRDNORM) != 0) {
711 fprintf(stderr, "Processing IR.. \n", lircfails); 711 fprintf(stderr, "Processing IR..\n");
712 712
713 /* Try and get an event */ 713 /* Try and get an event */
714 if (lirc_nextcode(&code) == 0) { 714 if (lirc_nextcode(&code) == 0) {
715 if (code == NULL) { 715 if (code == NULL) {
716 continue; 716 continue;