View Issue Details

IDProjectCategoryView StatusLast Update
00007561003.1(2013)/Issue7+TC1System Interfacespublic2019-06-10 08:55
Reportershware_systems Assigned To 
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionAccepted 
NameMark Ziegast
Organization
User Reference
Sectionbsearch()
Page Number625
Line Number21417
Interp Status---
Final Accepted Text
Summary0000756: parentheses mismatch
DescriptionThe example reads:
((char *)p − (char *(base) % width == 0
Desired ActionChange to:
( (char *)p − (char *)base ) % width == 0
Tagstc2-2008

Activities

There are no notes attached to this issue.

Issue History

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