db.c - typo in parse_rooms

  • cunning
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
3 years 5 months ago #8633 by cunning
db.c - typo in parse_rooms was created 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
3 years 5 months ago #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.093 seconds