This commit is contained in:
cinap_lenrek 2017-05-30 16:10:23 +02:00
commit eb6bba80ef

View file

@ -337,7 +337,7 @@ segmentwrite(Chan *c, void *a, long n, vlong voff)
error(Ebadctl);
free(cb);
poperror();
break;
return n;
case Qdata:
return segio(g, g->s, a, n, voff, 0);
default: