View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000040 | LDMud 3.2-dev | LPC Compiler/Preprocessor | public | 2004-01-02 01:40 | 2004-05-17 07:27 |
| Reporter | menaures | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000040: <program names too long> | ||||
| Description | In UNItopia, we often get rather useless traces because program names are not shown, but instead replaced by the <program names too long> string. Is it possible to allow longer program names? | ||||
| Tags | No tags attached. | ||||
|
|
For 3.2, just increase the namebuf size in interpret.c:: get_line_number(). For 3.3, use the fact that the namebuf[] is just used as a temporary and replace it in favor of an all-mstring or alloca() based concatenation. |
|
|
Resolved in 3.2-dev.621 and 3.3.507 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-01-02 01:40 | menaures | New Issue | |
| 2004-03-29 22:31 |
|
Note Added: 0000037 | |
| 2004-04-01 21:08 |
|
Status | new => resolved |
| 2004-04-01 21:08 |
|
Resolution | open => fixed |
| 2004-04-01 21:08 |
|
Assigned To | => lars |
| 2004-04-01 21:08 |
|
Note Added: 0000038 | |
| 2004-05-17 07:27 |
|
Status | resolved => closed |