mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Minor fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9624 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1cc4e8cfe9
commit
4e40140143
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
usePseudoTerminal method.
|
usePseudoTerminal method.
|
||||||
* Source/NSData.m: ([writeToFile:atomically:]) create new files
|
* Source/NSData.m: ([writeToFile:atomically:]) create new files
|
||||||
with permission 0644 modified by umask.
|
with permission 0644 modified by umask.
|
||||||
|
Init tmppath for MINGW.
|
||||||
* Tools/gsdoc.m: Use memory management macros and attempt to get
|
* Tools/gsdoc.m: Use memory management macros and attempt to get
|
||||||
back to something like conformance with coding standards.
|
back to something like conformance with coding standards.
|
||||||
* Documentation/gsdoc/NSTask.gsdoc: documentation fleshed out.
|
* Documentation/gsdoc/NSTask.gsdoc: documentation fleshed out.
|
||||||
|
|
|
@ -661,7 +661,7 @@ failure:
|
||||||
FILE *theFile;
|
FILE *theFile;
|
||||||
int c;
|
int c;
|
||||||
#if defined(__MINGW__)
|
#if defined(__MINGW__)
|
||||||
NSString *tmppath;
|
NSString *tmppath = path;
|
||||||
HANDLE fh;
|
HANDLE fh;
|
||||||
DWORD wroteBytes;
|
DWORD wroteBytes;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue