pull/254/head^2
Marc Kleine-Budde 2008-09-09 15:24:28 +00:00
parent bd3ea25fe1
commit f4cec293dc
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ int main(int argc, char **argv)
if (receive) {
while ((infinite || loopcount--) && running) {
nbytes = read(s, &frame, sizeof(struct can_frame);
nbytes = read(s, &frame, sizeof(struct can_frame));
if (nbytes < 0) {
perror("read");
return 1;