View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000756 | 1003.1(2013)/Issue7+TC1 | System Interfaces | public | 2013-09-21 02:19 | 2019-06-10 08:55 |
| Reporter | shware_systems | Assigned To | |||
| Priority | normal | Severity | Editorial | Type | Error |
| Status | Closed | Resolution | Accepted | ||
| Name | Mark Ziegast | ||||
| Organization | |||||
| User Reference | |||||
| Section | bsearch() | ||||
| Page Number | 625 | ||||
| Line Number | 21417 | ||||
| Interp Status | --- | ||||
| Final Accepted Text | |||||
| Summary | 0000756: parentheses mismatch | ||||
| Description | The example reads: ((char *)p − (char *(base) % width == 0 | ||||
| Desired Action | Change to: ( (char *)p − (char *)base ) % width == 0 | ||||
| Tags | tc2-2008 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-09-21 02:19 | shware_systems | New Issue | |
| 2013-09-21 02:19 | shware_systems | Name | => Mark Ziegast |
| 2013-09-21 02:19 | shware_systems | Section | => bsearch() |
| 2013-09-21 02:19 | shware_systems | Page Number | => 625 |
| 2013-09-21 02:19 | shware_systems | Line Number | => 21417 |
| 2013-10-10 16:01 | msbrown | Interp Status | => --- |
| 2013-10-10 16:01 | msbrown | Status | New => Resolved |
| 2013-10-10 16:01 | msbrown | Resolution | Open => Accepted |
| 2013-10-10 16:01 | msbrown | Tag Attached: tc2-2008 | |
| 2019-06-10 08:55 | agadmin | Status | Resolved => Closed |