mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Fix error in last mod
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@26644 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a6a2c8f6e0
commit
a9f3f3dd04
1 changed files with 2 additions and 2 deletions
|
@ -723,7 +723,7 @@ if (dst == 0) \
|
|||
* reset the offset into the local buffer on the \
|
||||
* stack and pretend the buffer has grown. \
|
||||
*/ \
|
||||
ptr = buf; \
|
||||
ptr = buf - bsize; \
|
||||
if (extra == 0) \
|
||||
{ \
|
||||
bsize += BUFSIZ; \
|
||||
|
@ -1247,7 +1247,7 @@ if (dst == 0) \
|
|||
* reset the offset into the local buffer on the \
|
||||
* stack and pretend the buffer has grown. \
|
||||
*/ \
|
||||
ptr = buf; \
|
||||
ptr = buf - bsize; \
|
||||
if (extra == 0) \
|
||||
{ \
|
||||
bsize += BUFSIZ; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue