Bug #726
[1.9.0 beta6.4] Doomsday corrupts jDoom.cfg
Start date:
2009-07-08
% Done:
100%
Description
Doomsday corrupts the file jDoom.cfg, yet leaving it functional. The comment lines randomly have several characters added to their line end. The comment lines affected and the added characters vary on every run of Doomsday. My current solution to prevent this until a fix is released is to set the "read-only" attribute of the file.
___
Kind regards,
deus-ex
Labels: System
History
#1 Updated by skyjake over 15 years ago
M_WriteCommented() was using strncpy() incorrectly. Fixed for beta6.5.