Mercury Bugs - mercury | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000072 | mercury | Bug | public | 2008-08-02 18:16 | 2008-09-17 08:33 |
| Reporter | iamphet | ||||
|---|---|---|---|---|---|
| Assigned To | petdr | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0000072: Erroneous reference to snprintf when compiling mercury_wrapper.c with MSVC | ||||
| Description | There are several several references to snprintf in mercury_wrapper.c without autoconf checks. It seems the correct way is to add lines below at the top of the file #if defined(MR_HAVE__SNPRINTF) && ! defined(MR_HAVE_SNPRINTF) #define snprintf _snprintf #endif | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Notes | |||||
|
|
|||||
|
|
||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
|---|---|---|---|---|---|
| 2008-08-02 18:16 | iamphet | New Issue | |||
| 2008-08-14 02:05 | juliensf | Status | new => assigned | ||
| 2008-08-14 02:05 | juliensf | Assigned To | => juliensf | ||
| 2008-09-17 08:31 | Assigned To | juliensf => petdr | |||
| 2008-09-17 08:33 | Status | assigned => resolved | |||
| 2008-09-17 08:33 | Resolution | open => fixed | |||
| 2008-09-17 08:33 | Note Added: 0000149 | ||||