([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:
Andrew McCallum 1996-02-22 15:13:13 +00:00
parent aa266f9ce5
commit 75ee58bde4

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];