[Libreoffice-commits] .: svl/source

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Mar 3 00:29:28 PST 2011


 svl/source/svdde/ddesvr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7ad02d48a9b8a7f637c8d89fb807a8da06b1240b
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Mar 3 09:29:18 2011 +0100

    Size matters

diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx
index 57232ee..bdd11d4 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;
         }


More information about the Libreoffice-commits mailing list