Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [mingw] #38726: sscanf bug. (MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Mon, 05 Nov 2018 09:47:53 +0900
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #38726: sscanf bug.
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#38726: sscanf bug.
Open Date: 2018-11-05 09:47
Last Update: 2018-11-05 09:47
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38726
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38726
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2018-11-05 09:47 Updated by: pedro_izecksohn
* New Ticket "sscanf bug." created
---------------------------------------------------------------------
Ticket Status:
Reporter: pedro_izecksohn
Owner: (None)
Type: Issues
Status: Open
Priority: 5 - Medium
MileStone: (None)
Component: WSL
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
#include <stdio.h> #include <stdlib.h>
int main() {
unsigned char p, q; int res = sscanf ("3;8", "%hhu;%hhu", &p, &q); if ((res!=2)
||(p!=3)||(q!=8)) return EXIT_FAILURE; return EXIT_SUCCESS;
}
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38726
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38726
------------------------------
Subject: Digest Footer
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
------------------------------
End of MinGW-Notify Digest, Vol 14, Issue 1
*******************************************