Francois Gouget : wineqtdecoder: Fix the spelling of a QTSplitter_loading_thread() variable.

Alexandre Julliard julliard at winehq.org
Mon Jun 4 13:27:12 CDT 2012


Module: wine
Branch: master
Commit: 457f7228697cf7a27d2866300012ddec5d3c3847
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=457f7228697cf7a27d2866300012ddec5d3c3847

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jun  2 10:35:29 2012 +0200

wineqtdecoder: Fix the spelling of a QTSplitter_loading_thread() variable.

---

 dlls/wineqtdecoder/qtdatahandler.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wineqtdecoder/qtdatahandler.c b/dlls/wineqtdecoder/qtdatahandler.c
index f09014c..be003c3 100644
--- a/dlls/wineqtdecoder/qtdatahandler.c
+++ b/dlls/wineqtdecoder/qtdatahandler.c
@@ -443,12 +443,12 @@ static pascal ComponentResult myDataHGetFileSizeAsync ( DataHandler dh, wide *fi
     Handle storage = GetComponentInstanceStorage(dh);
     DHData *data = (DHData*)*storage;
     LONGLONG total;
-    LONGLONG avaliable;
+    LONGLONG available;
     SInt64 total64;
 
     TRACE("%p\n",dh);
 
-    IAsyncReader_Length(data->dataRef.pReader,&total,&avaliable);
+    IAsyncReader_Length(data->dataRef.pReader,&total,&available);
     total64 = total;
     *fileSize = SInt64ToWide(total64);
 




More information about the wine-cvs mailing list