X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fdraw_wins.c;h=5b876462837ed398b40c5fc329387ef82e393f31;hb=eec39e9d6f991c90c8555859b5f10eb30c0370c1;hp=1a3c9ad16c1c392963fc62401e3253a7fc89c4d1;hpb=e34629517265170e7bb3f446b9b067bab382b572;p=plomrogue diff --git a/src/client/draw_wins.c b/src/client/draw_wins.c index 1a3c9ad..5b87646 100644 --- a/src/client/draw_wins.c +++ b/src/client/draw_wins.c @@ -325,7 +325,7 @@ static char * winconf_geom_helper(struct Win * win, char axis, char * sep, } char * p11 = ")"; uint8_t size = strlen(p0) + strlen(p1) + strlen(p2) + strlen(sep) - + strlen(p4) + strlen(sep) + strlen(p6) + strlen(value_prefix) + + strlen(p4) + strlen(sep) + strlen(p6) +strlen(value_prefix) + strlen(p8) + strlen(p9) + strlen(p10) + strlen(p11) + strlen(newlines); char * msg = try_malloc(size, __func__);