Intel PCM - 1 or l, is it wrong?

Intel PCM - 1 or l, is it wrong?

GHui的头像

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.

--GHui
2 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项.
Roman Dementiev (Intel)的头像

GHui,

you are right, there should be 'l'. Thanks for reporting this.

Roman

登陆并发表评论。