mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
([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:
parent
aa266f9ce5
commit
75ee58bde4
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue