mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
f93c5d41c9
commit
25e7dd2beb
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. */
|
/* xxx Do we need to allocate space just like char* ? No. */
|
||||||
int acc_size = 0;
|
int acc_size = 0;
|
||||||
int align;
|
int align;
|
||||||
char *save_type = type;
|
const char *save_type = type;
|
||||||
|
|
||||||
while (*type != _C_STRUCT_E && *type++ != '='); /* skip "<name>=" */
|
while (*type != _C_STRUCT_E && *type++ != '='); /* skip "<name>=" */
|
||||||
[self decodeName:namePtr];
|
[self decodeName:namePtr];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue