View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000529 | LDMud 3.6 | Efuns | public | 2008-01-31 07:22 | 2022-01-09 20:35 |
| Reporter | Gnomi | Assigned To | Gnomi | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | i686 | OS | Debian GNU/Linux | OS Version | 3.1 |
| Product Version | 3.3.713 | ||||
| Fixed in Version | 3.6.5 | ||||
| Summary | 0000529: sprintf's column mode misplaces a newline | ||||
| Description | sprintf("%-=4s\n%s", "A B\n","X\n") returns "A B\n\nX\n", which seems correct. But sprintf("%-=4s\n%s", "A B C\n","X\n") returns "A B\nC\nX\n\n". There one of the '\n' at the end should occur between the 'C' and 'X'. Greetings, Gnomi. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-01-31 07:22 | Gnomi | New Issue | |
| 2021-04-08 15:21 | Gnomi | Assigned To | => Gnomi |
| 2021-04-08 15:21 | Gnomi | Status | new => assigned |
| 2022-01-09 20:35 | Gnomi | Project | LDMud => LDMud 3.6 |
| 2022-01-09 20:35 | Gnomi | Status | assigned => resolved |
| 2022-01-09 20:35 | Gnomi | Resolution | open => fixed |
| 2022-01-09 20:35 | Gnomi | Fixed in Version | => 3.6.5 |