From 1dce17d034c2efb5700444e1cc1b6a5eec1be049 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Sun, 10 Sep 1995 22:17:55 +0000 Subject: [PATCH] ([Coding -decodeArrayOfType:at:count:withName:]): Change the 3rd argument type; pass the count directly, not as a pointer. The encoding and decoding of array's no longer records the array count; if necessary, you must do that yourself ahead of time. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@603 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/Coding.h | 2 +- Source/objects/Coding.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Headers/gnustep/base/Coding.h b/Headers/gnustep/base/Coding.h index b02420b1f..1aea638b9 100644 --- a/Headers/gnustep/base/Coding.h +++ b/Headers/gnustep/base/Coding.h @@ -108,7 +108,7 @@ - (void) decodeArrayOfType: (const char *)type at: (void *)d - count: (unsigned *)c + count: (unsigned)c withName: (const char **)name; - (void) decodeObjectAt: (id*)anObjPtr diff --git a/Source/objects/Coding.h b/Source/objects/Coding.h index b02420b1f..1aea638b9 100644 --- a/Source/objects/Coding.h +++ b/Source/objects/Coding.h @@ -108,7 +108,7 @@ - (void) decodeArrayOfType: (const char *)type at: (void *)d - count: (unsigned *)c + count: (unsigned)c withName: (const char **)name; - (void) decodeObjectAt: (id*)anObjPtr