diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-11 06:05:51 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-11 06:05:51 +0000 |
commit | c1434f62a7cc1efb24db065e50f7fc0daa2a2a05 (patch) | |
tree | 2ad06c5898a097c0bb1bea9cf27dfdf1d3b4c6a3 /cppe/demo/IceE/throughput/WinCEClient.cpp | |
parent | fix hang bug with Win32. (diff) | |
download | ice-c1434f62a7cc1efb24db065e50f7fc0daa2a2a05.tar.bz2 ice-c1434f62a7cc1efb24db065e50f7fc0daa2a2a05.tar.xz ice-c1434f62a7cc1efb24db065e50f7fc0daa2a2a05.zip |
fix hang bug with Win32.
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) { |