mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-25 06:32:29 +00:00
Add todo comments.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1484 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4c0c21dc34
commit
cf5278b6d9
1 changed files with 2 additions and 0 deletions
|
@ -105,12 +105,14 @@ o_vscanf (void *stream,
|
|||
- initWithFilename: (id <String>)name fmode: (const char *)m
|
||||
{
|
||||
FILE *afp = fopen([name cStringNoCopy], (char*)m);
|
||||
/* xxx Add error checking. */
|
||||
return [self initWithFilePointer:afp fmode:m];
|
||||
}
|
||||
|
||||
- initWithFileDescriptor: (int)fd fmode: (const char *)m
|
||||
{
|
||||
FILE *afp = fdopen(fd, (char*)m);
|
||||
/* xxx Add error checking. */
|
||||
return [self initWithFilePointer:afp fmode:m];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue