View Issue Details

IDProjectCategoryView StatusLast Update
00012131003.1(2016/18)/Issue7+TC2System Interfacespublic2024-06-11 09:08
ReporterDon Cragun Assigned To 
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionAccepted 
NameDonald Cragun
OrganizationSelf
User Reference
Sectionstrtod()
Page Number2074
Line Number66550 & 66555-66556
Interp Status---
Final Accepted Text
Summary0001213: Typos in character constants in strtod() APPLICATON USAGE example.
DescriptionThe C character constant <tt>'\0'</tt> has the wrong opening quote on P2074, L66550 and on L66555.

And the integer constant 1 in the printf function call on P2074, L66556 should be the variable l.
Desired ActionChange <tt>`\0'</tt> on P2074, L66550 to <tt>'\0'</tt>.

Change <tt>`\0'</tt> on P2074, L66555 to <tt>'\0'</tt>.

Change <tt>1);</tt> on P2074, L66556 to <tt>l);</tt>.
Tagstc3-2008

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-09-29 13:29 Don Cragun New Issue
2018-09-29 13:29 Don Cragun Name => Donald Cragun
2018-09-29 13:29 Don Cragun Organization => Self
2018-09-29 13:29 Don Cragun Section => strtod()
2018-09-29 13:29 Don Cragun Page Number => 2074
2018-09-29 13:29 Don Cragun Line Number => 66550 & 66555
2018-09-29 13:29 Don Cragun Interp Status => ---
2018-09-29 13:55 Don Cragun Line Number 66550 & 66555 => 66550 & 66555-66556
2018-09-29 13:55 Don Cragun Description Updated
2018-09-29 13:55 Don Cragun Desired Action Updated
2019-04-15 15:11 geoffclare Status New => Resolved
2019-04-15 15:11 geoffclare Resolution Open => Accepted
2019-04-15 15:11 geoffclare Tag Attached: tc3-2008
2019-11-12 15:42 geoffclare Status Resolved => Applied
2024-06-11 09:08 agadmin Status Applied => Closed