Module: wine
Branch: master
Commit: 24dc347134b5a01c3748f3ff96736209d569782d
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=24dc347134b5a01c3748f3f…
Author: Gerald Pfeifer <gerald(a)pfeifer.com>
Date: Tue Sep 12 23:37:14 2006 +0200
ole32: Silence a compiler warning about unused variable in StgStreamImpl_Write().
---
dlls/ole32/stg_stream.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/ole32/stg_stream.c b/dlls/ole32/stg_stream.c
index ce9454f..32061a1 100644
--- a/dlls/ole32/stg_stream.c
+++ b/dlls/ole32/stg_stream.c
@@ -440,9 +440,12 @@ static HRESULT WINAPI StgStreamImpl_Writ
pcbWritten);
}
else
+ {
/* this should never happen because the IStream_SetSize call above will
* make sure a big or small block chain is created */
assert(FALSE);
+ res = 0;
+ }
/*
* Advance the position pointer for the number of positions written.
Module: wine
Branch: master
Commit: 4fe7ee8c1d75801aa686c7e70add8cbfe81e1ef9
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4fe7ee8c1d75801aa686c7e…
Author: Marcus Meissner <marcus(a)beiboot.franken.de>
Date: Tue Sep 12 22:43:53 2006 +0200
README: Update for kernel 2.6.
---
README | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README b/README
index 2c4078f..029d09b 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ in the future.
Linux info:
While Linux 2.2.x should still work and Linux 2.0.x may still work
(older 2.0.x versions had thread-related crashes),
- it's best to have a current kernel such as 2.4.x.
+ it's best to have a current kernel such as 2.4.x or 2.6.x.
FreeBSD info:
Wine should build on FreeBSD 4.x and FreeBSD 5.x, but versions before