summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/throughput/WinCEClient.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-11 06:05:51 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-11 06:05:51 +0000
commitc1434f62a7cc1efb24db065e50f7fc0daa2a2a05 (patch)
tree2ad06c5898a097c0bb1bea9cf27dfdf1d3b4c6a3 /cppe/demo/IceE/throughput/WinCEClient.cpp
parentfix hang bug with Win32. (diff)
downloadice-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-xcppe/demo/IceE/throughput/WinCEClient.cpp2
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)
{