diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-03 09:29:18 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-03 09:29:18 +0100 |
commit | 3b5fffc4edb37bb159442909305b22ec84154e24 (patch) | |
tree | 73b241738008434f490221eba7a7fe855d8e92a9 | |
parent | 81d758830bc7a63b4b5ae66bc7a4a599449a48dd (diff) |
Size matters
-rw-r--r-- | svl/source/svdde/ddesvr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx index ea630a082100..ca1f161fada8 100644 --- a/svl/source/svdde/ddesvr.cxx +++ b/svl/source/svdde/ddesvr.cxx @@ -219,7 +219,7 @@ HDDEDATA CALLBACK _export DdeInternal::SvrCallback( { for ( size_t i = 0, n = pService->pConv->size(); i < n; ++i ) { - pc = (*pService->pConv)[ i ]; + pC = (*pService->pConv)[ i ]; if ( pC->hConv == hConv ) goto found; } |