Commit 6b345625 authored by Cedric Roux's avatar Cedric Roux

minor improvement

always a good idea to crash in unknown situations...
parent ce32ae13
......@@ -183,6 +183,10 @@ again:
break;
case 2: break;
default:
printf("%s:%d:%s: unhandled message type %d\n",
__FILE__, __LINE__, __FUNCTION__, t);
abort();
}
b = buf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment