([BinaryCStream -decodeValueOfCType:at:withName:]): Make save_type const.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@942 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-02-22 15:13:13 +00:00
parent f93c5d41c9
commit 25e7dd2beb

View file

@ -370,7 +370,7 @@ static BOOL debug_binary_coder;
/* xxx Do we need to allocate space just like char* ? No. */
int acc_size = 0;
int align;
char *save_type = type;
const char *save_type = type;
while (*type != _C_STRUCT_E && *type++ != '='); /* skip "<name>=" */
[self decodeName:namePtr];