summaryrefslogtreecommitdiff
path: root/cmd/cmd_dumpx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_dumpx.c')
-rw-r--r--cmd/cmd_dumpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cmd_dumpx.c b/cmd/cmd_dumpx.c
index 452010f..1181200 100644
--- a/cmd/cmd_dumpx.c
+++ b/cmd/cmd_dumpx.c
@@ -38,7 +38,7 @@ int c_dumpx( cmd_arg_t *arg )
for (j=i; j<i+16; j++)
{
- if ( j<g_buf->size() ) //wrong place move to cycle?
+ if ( j<g_buf->cursize() ) //wrong place move to cycle?
{
char c;
g_buf->getc(j,&c);