- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cpucounterstest.cpp:218 (Version 1.7)
------------------------------
wcscmp(argv, L"-h") == 0 ||
wcscmp(argv[1], L"/h") == 0)
#else
if (strcmp(argv, "--help") == 0 ||
I think the 1 is mistaken for l. Am I right? Although it won't be a serious fault.
------------------------------
wcscmp(argv
wcscmp(argv[1], L"/h") == 0)
#else
if (strcmp(argv
I think the 1 is mistaken for l. Am I right? Although it won't be a serious fault.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
GHui,
you are right, there should be 'l'. Thanks for reporting this.
Roman
you are right, there should be 'l'. Thanks for reporting this.
Roman
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page