* syscalls.cc (link): Avoid compiler warning.
This commit is contained in:
parent
1532dd53a5
commit
bb647ab68c
|
@ -1,3 +1,7 @@
|
||||||
|
2004-08-24 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* syscalls.cc (link): Avoid compiler warning.
|
||||||
|
|
||||||
2004-08-21 Corinna Vinschen <corinna@vinschen.de>
|
2004-08-21 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* environ.cc (set_ntea): New function.
|
* environ.cc (set_ntea): New function.
|
||||||
|
|
|
@ -760,6 +760,7 @@ link (const char *a, const char *b)
|
||||||
StreamId.dwStreamNameSize;
|
StreamId.dwStreamNameSize;
|
||||||
|
|
||||||
lpContext = NULL;
|
lpContext = NULL;
|
||||||
|
write_err = 0;
|
||||||
/* Write the WIN32_STREAM_ID */
|
/* Write the WIN32_STREAM_ID */
|
||||||
bSuccess = BackupWrite (
|
bSuccess = BackupWrite (
|
||||||
hFileSource,
|
hFileSource,
|
||||||
|
|
Loading…
Reference in New Issue