mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add missing argument.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19114 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
269bc3f8db
commit
795ee811b2
1 changed files with 2 additions and 1 deletions
|
@ -3774,7 +3774,8 @@ handle_printf_atsign (FILE *stream,
|
|||
strcpy(new_buf, &new_buf[8]);
|
||||
}
|
||||
return [[NSFileManager defaultManager]
|
||||
stringWithFileSystemRepresentation: new_buf];
|
||||
stringWithFileSystemRepresentation: new_buf
|
||||
length: strlen(new_buf)];
|
||||
#endif /* (__MINGW__) */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue