Austin Group Defect Tracker

Aardvark Mark IV


Viewing Issue Simple Details Jump to Notes ] Issue History ] Print ]
ID Category Severity Type Date Submitted Last Update
0001541 [1003.1(2016/18)/Issue7+TC2] System Interfaces Editorial Enhancement Request 2021-12-21 09:43 2022-05-19 08:36
Reporter andras_farkas View Status public  
Assigned To
Priority normal Resolution Accepted  
Status Applied  
Name Andras Farkas
Organization
User Reference
Section atoi
Page Number 621
Line Number 21493
Interp Status ---
Final Accepted Text
Summary 0001541: Overabundance of parentheses in atoi() example
Description On
https://pubs.opengroup.org/onlinepubs/9699919799/functions/atoi.html [^]
the example has redundant parentheses.
Desired Action Change
if (argc < 2 || ((minutes_to_event = atoi (argv[1]))) <= 0) {
to
if (argc < 2 || (minutes_to_event = atoi (argv[1])) <= 0) {
Tags tc3-2008
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2021-12-21 09:43 andras_farkas New Issue
2021-12-21 09:43 andras_farkas Name => Andras Farkas
2021-12-21 09:43 andras_farkas Section => atoi
2022-02-17 17:09 Don Cragun Page Number => 621
2022-02-17 17:09 Don Cragun Line Number => 21493
2022-02-17 17:09 Don Cragun Interp Status => ---
2022-02-17 17:09 Don Cragun Status New => Resolved
2022-02-17 17:09 Don Cragun Resolution Open => Accepted
2022-02-17 17:09 Don Cragun Tag Attached: tc3-2008
2022-05-19 08:36 geoffclare Status Resolved => Applied


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker