X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=csprogs.c;h=f6758470c34f3fc3738a0e85c573f2fe5a1d3664;hp=c32db941bee44307394d19941274613443424009;hb=036aa9ae859c21a8a89730b5ebd5f3dc6da0e973;hpb=41f1138b4a171ebb11be1418ed5579a8935b5516 diff --git a/csprogs.c b/csprogs.c index c32db941..f6758470 100644 --- a/csprogs.c +++ b/csprogs.c @@ -404,6 +404,7 @@ void CSQC_AddPrintText (const char *msg) Con_Print(msg); return; } + // FIXME: is this bugged? i = strlen(msg)-1; if(msg[i] != '\n' && msg[i] != '\r') {