Skip to content
Snippets Groups Projects
Commit 127ca5ee authored by Cedric Roux's avatar Cedric Roux
Browse files

minor improvement

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