teeemcee
2024-03-22 04:25:34 -0700 (Fri, 22 Mar 2024)
285
Replace string*N with zstring*(N+1) as needed for compatibility with FB 1.20

The meaning of string*N is changing in FB 1.20 to a fixed-length space-padded
string with no null terminator. Previously it was the same as zstring*(N+1).

A few of our uses of string*N didn't need changing.
---
U   wip/allmodex.bas
U   wip/allmodex.bi
U   wip/attackedit.bas
U   wip/backends.bas
U   wip/banks.bi
U   wip/cglobals.bi
U   wip/customsubs.rbas
U   wip/gfx_sdl_common.bas
U   wip/loading.rbas
U   wip/os_windows.bas
U   wip/scancodenames.bi
U   wip/scrcommands.bi
U   wip/util.bas
U   wip/yetmore2.bas

_______________________________________________
Ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to