Anonymous | Login | 2024-10-15 00:49 UTC |
Main | My View | View Issues | Change Log | Docs |
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 | 2024-06-11 09:07 | ||
Reporter | andras_farkas | View Status | public | ||||
Assigned To | |||||||
Priority | normal | Resolution | Accepted | ||||
Status | Closed | ||||||
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 | |||||||
|
There are no notes attached to this issue. |
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |