* mi-cmd-var.c (varobj_update_one): Update call to

varobj_update to reflect recent api change.
This commit is contained in:
Keith Seitz 2001-08-17 19:01:22 +00:00
parent 705da5797a
commit 4309c8f23f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-17 Keith Seitz <keiths@redhat.com>
* mi-cmd-var.c (varobj_update_one): Update call to
varobj_update to reflect recent api change.
2001-07-26 Andrew Cagney <ac131313@redhat.com>
* mi-main.c: Include "gdb.h".

View File

@ -461,7 +461,7 @@ varobj_update_one (struct varobj *var)
struct varobj **cc;
int nc;
nc = varobj_update (var, &changelist);
nc = varobj_update (&var, &changelist);
/* nc == 0 means that nothing has changed.
nc == -1 means that an error occured in updating the variable.