- Posts: 141
- Thank you received: 18
db.c - typo in parse_rooms
- cunning
- Topic Author
- Offline
- Premium Member
-
Less
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) */
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.
- thomas
-
- Offline
- Administrator
-
Less
More
- Posts: 818
- Thank you received: 159
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