Module: wine
Branch: master
Commit: 51c7fe5fc7695bda47a85da9d4ec119167790940
URL: http://source.winehq.org/git/wine.git/?a=commit;h=51c7fe5fc7695bda47a85da9d…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jan 15 12:03:08 2009 +0100
cabinet: Don't try to copy data from the file if we don't even have a data buffer.
---
dlls/cabinet/fci.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/cabinet/fci.c b/dlls/cabinet/fci.c
index 81175dc..4166598 100644
--- a/dlls/cabinet/fci.c
+++ b/dlls/cabinet/fci.c
@@ -1949,7 +1949,7 @@ static BOOL fci_flush_cabinet(
/* TODO error handling of err */
/* while not all CFFILE structures have been copied to the cabinet do */
- while(!FALSE) {
+ if (p_fci_internal->data_out) while(!FALSE) {
/* REUSE the variable read_result */
/* REUSE the buffer p_fci_internal->data_out AGAIN */
/* read a block from p_fci_internal->handleCFFILE2 */
@@ -2005,7 +2005,7 @@ static BOOL fci_flush_cabinet(
p_fci_internal->cFiles=0;
/* while not all CFDATA structures have been copied to the cabinet do */
- while(!FALSE) {
+ if (p_fci_internal->data_out) while(!FALSE) {
/* REUSE the variable read_result AGAIN */
/* REUSE the buffer p_fci_internal->data_out AGAIN */
/* read a block from p_fci_internal->handleCFDATA2 */
Module: website
Branch: master
Commit: c42e5d01673c204a5ffd16a1bd12631d838d5c83
URL: http://source.winehq.org/git/website.git/?a=commit;h=c42e5d01673c204a5ffd16…
Author: Jeremy Newman <jnewman(a)codeweavers.com>
Date: Wed Jan 14 09:28:45 2009 -0600
Fix "mismatched tag" XML errors
---
wwn/en/interviews/interview_10.xml | 11 +++++++----
wwn/en/interviews/interview_11.xml | 5 +++--
wwn/en/interviews/interview_12.xml | 5 +++--
wwn/en/interviews/interview_14.xml | 10 ++++++----
wwn/en/interviews/interview_15.xml | 5 +++--
wwn/en/interviews/interview_6.xml | 13 ++++++++-----
wwn/en/interviews/interview_9.xml | 8 +++++---
7 files changed, 35 insertions(+), 22 deletions(-)
diff --git a/wwn/en/interviews/interview_10.xml b/wwn/en/interviews/interview_10.xml
index a85de38..8df0674 100644
--- a/wwn/en/interviews/interview_10.xml
+++ b/wwn/en/interviews/interview_10.xml
@@ -3,10 +3,12 @@
<author email="vinn(a)theshell.com">Brian Vincent</author>
<issue num="10" who="Jon Griffiths" date="22 July 2003" />
<intro>
- <p>This is our 10th interview with Wine developers. Check out the
+ <p>
+ This is our 10th interview with Wine developers. Check out the
<a href="http://www.winehq.org/interview">Interviews</a>
- page for previous ones.</p>
- </p><p>
+ page for previous ones.
+ </p>
+ <p>
Jon Griffiths gets my vote for having the most interesting life
of any Wine developer. He was born in England but has lived most
of his life in Auckland, New Zealand. He considers himself a
@@ -15,7 +17,8 @@
this is an extended vacation many folks from Australia or New
Zealand take. It often lasts somewhere between several months and
their entire lives.)
- </p><p>
+ </p>
+ <p>
Jon attended Waikato University in Hamilton, New Zealand and earned
a degree in psychology and computer science. For the most part he's
been traveling for the past few years. He does admit to doing some
diff --git a/wwn/en/interviews/interview_11.xml b/wwn/en/interviews/interview_11.xml
index f1f96cd..5930c3d 100644
--- a/wwn/en/interviews/interview_11.xml
+++ b/wwn/en/interviews/interview_11.xml
@@ -7,8 +7,9 @@
involvement with Wine. This is our 11th interview with Wine
developers. Check out the
<a href="http://www.winehq.org/interview">Interviews</a>
- page for previous ones.</p>
- </p><p>
+ page for previous ones.
+ </p>
+ <p>
Francois grew up in France. He's spent the last five years
living in California but he recently moved back home. He
attended college at
diff --git a/wwn/en/interviews/interview_12.xml b/wwn/en/interviews/interview_12.xml
index 6173d38..26d3f7d 100644
--- a/wwn/en/interviews/interview_12.xml
+++ b/wwn/en/interviews/interview_12.xml
@@ -8,8 +8,9 @@
Wine - the gaming scene. This is our 12th interview with Wine
developers. Check out the
<a href="http://www.winehq.org/interview">Interviews</a>
- page for previous ones.</p>
- </p><p>Normally I write a little intro about the person being
+ page for previous ones.
+ </p>
+ <p>Normally I write a little intro about the person being
interviewed. Peter's response was pretty amusing, so we'll just
jump in with that as the first question.
</p>
diff --git a/wwn/en/interviews/interview_14.xml b/wwn/en/interviews/interview_14.xml
index efae864..adf1115 100644
--- a/wwn/en/interviews/interview_14.xml
+++ b/wwn/en/interviews/interview_14.xml
@@ -3,10 +3,12 @@
<author email="vinn(a)theshell.com">Brian Vincent</author>
<issue num="14" who="Steven Edwards" date="25 May 2004" />
<intro>
- <p>This is our 14th interview with Wine developers. Check out the
+ <p>
+ This is our 14th interview with Wine developers. Check out the
<a href="http://www.winehq.org/interview">Interviews</a>
- page for previous ones.</p>
- </p><p>
+ page for previous ones.
+ </p>
+ <p>
Steven Edwards is the first developer we've interviewed that's
associated with the <a href="http://www.reactos.org">ReactOS</a>
project. For several years he's served as a valuable liaison
@@ -16,7 +18,7 @@
South Carolina. Steven keeps reminding everyone that he'll likely
not be working on Wine much in the coming months since he has a
baby due any day now.
-</p>
+ </p>
</intro>
<interview>
diff --git a/wwn/en/interviews/interview_15.xml b/wwn/en/interviews/interview_15.xml
index d9fcd81..6dac209 100644
--- a/wwn/en/interviews/interview_15.xml
+++ b/wwn/en/interviews/interview_15.xml
@@ -5,8 +5,9 @@
<intro>
<p>This is our 15th interview with Wine developers. Check out the
<a href="http://www.winehq.org/interview">Interviews</a>
- page for previous ones.</p>
- </p><p>
+ page for previous ones.
+ </p>
+ <p>
Lionel Ulmer's work was actually the impetus for the original
interview series. Last year a significant amount of DirectX
work prompted an email to get more information about it. Now
diff --git a/wwn/en/interviews/interview_6.xml b/wwn/en/interviews/interview_6.xml
index f7f50c0..89fdbeb 100644
--- a/wwn/en/interviews/interview_6.xml
+++ b/wwn/en/interviews/interview_6.xml
@@ -9,10 +9,12 @@
<issue num="6" who="Andreas Mohr" date="20 May 2003" />
<intro>
-<p>This is our 6th interview with Wine developers.
-Check out the <a href="http://www.winehq.org/interview">Interviews</a>
- page for previous ones.</p>
-</p><p>
+<p>
+ This is our 6th interview with Wine developers.
+ Check out the <a href="http://www.winehq.org/interview">Interviews</a>
+ page for previous ones.
+</p>
+<p>
This week Andreas Mohr finds himself in the hotseat.
Andi was born in Karlsruhe, Germany in 1977 and grew
up in Renningen, near Stuttgart. He did the usual
@@ -22,7 +24,8 @@ Check out the <a href="http://www.winehq.org/interview">Interviews</a>
Esslingen studying computer science. Besides the normal
CS classes Andi is focusing on embedded systems, automation,
and networking.
-</p></intro>
+</p>
+</intro>
<interview>
<question><p><i>BV:</i> How did you get involved with Wine?</p></question>
diff --git a/wwn/en/interviews/interview_9.xml b/wwn/en/interviews/interview_9.xml
index 370d270..3b6f2aa 100644
--- a/wwn/en/interviews/interview_9.xml
+++ b/wwn/en/interviews/interview_9.xml
@@ -4,10 +4,12 @@
<author email="vinn(a)theshell.com">Brian Vincent</author>
<issue num="9" who="Jukka Heinonen" date="10 July 2003" />
<intro>
- <p>This is our 9th interview with Wine developers. Check out the
+ <p>
+ This is our 9th interview with Wine developers. Check out the
<a href="http://www.winehq.org/interview">Interviews</a>
- page for previous ones.</p>
- </p><p>
+ page for previous ones.
+ </p>
+ <p>
Jukka Heinonen lives in Helsinki, Finland and works as
a software engineer for a medium sized Finnish company. He's
also working on a Masters degree in physics at the University of