diff options
Diffstat (limited to 'cppe/demo/IceE/throughput/WinCEClient.cpp')
-rwxr-xr-x | cppe/demo/IceE/throughput/WinCEClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/throughput/WinCEClient.cpp b/cppe/demo/IceE/throughput/WinCEClient.cpp index 9b45418d332..27860235631 100755 --- a/cppe/demo/IceE/throughput/WinCEClient.cpp +++ b/cppe/demo/IceE/throughput/WinCEClient.cpp @@ -153,7 +153,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmd StringSeq stringSeq(StringSeqSize / reduce, "hello"); - StringDoubleSeq structSeq(StringDoubleSeqSize / 100); + StringDoubleSeq structSeq(StringDoubleSeqSize / reduce); int i; for(i = 0; i < StringDoubleSeqSize / reduce; ++i) { |