Welcome to the Builder Academy

Question db.c - typo in parse_rooms

More
15 Apr 2020 14:28 #8633 by cunning
i found a typo that seems to have been in the original 3.59 release to the current one.

line 1329 should be
sprintf(flags, "room #%d", virtual_nr); /* sprintf: OK (until 399-bit integers) */

not

sprintf(flags, "object #%d", virtual_nr); /* sprintf: OK (until 399-bit integers) */

Please Log in or Create an account to join the conversation.

More
16 Apr 2020 23:41 #8635 by thomas
Replied by thomas on topic db.c - typo in parse_rooms
Thank you, PR created: github.com/tbamud/tbamud/pull/88

Please Log in or Create an account to join the conversation.

Time to create page: 0.166 seconds