Skip to content

Engine: Fix edge case where OSD_Printf() may wrongly remove the last char in a string

Dino Bollinger requested to merge dibollinger/eduke32:osdprintf_fix into master

Most commonly occurs with addlogvar, where it removes the newline if the string happens to have the size of a power of 2:

image

Edited by Dino Bollinger

Merge request reports