mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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.
|
||||
* Source/NSData.m: ([writeToFile:atomically:]) create new files
|
||||
with permission 0644 modified by umask.
|
||||
Init tmppath for MINGW.
|
||||
* Tools/gsdoc.m: Use memory management macros and attempt to get
|
||||
back to something like conformance with coding standards.
|
||||
* Documentation/gsdoc/NSTask.gsdoc: documentation fleshed out.
|
||||
|
|
|
@ -661,7 +661,7 @@ failure:
|
|||
FILE *theFile;
|
||||
int c;
|
||||
#if defined(__MINGW__)
|
||||
NSString *tmppath;
|
||||
NSString *tmppath = path;
|
||||
HANDLE fh;
|
||||
DWORD wroteBytes;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue