cpucounterstest.cpp:218 (Version 1.7)------------------------------ wcscmp(argv[l], L"-h") == 0 || wcscmp(argv[1], L"/h") == 0)#elseif (strcmp(argv[l], "--help") == 0 ||
I think the 1 is mistaken for l. Am I right? Although it won't be a serious fault.
GHui,
you are right, there should be 'l'. Thanks for reporting this.
Roman
Intel PCM - 1 or l, is it wrong?
cpucounterstest.cpp:218 (Version 1.7)
------------------------------
wcscmp(argv[l], L"-h") == 0 ||
wcscmp(argv[1], L"/h") == 0)
#else
if (strcmp(argv[l], "--help") == 0 ||
I think the 1 is mistaken for l. Am I right? Although it won't be a serious fault.