From 6bd8ac91d7f38ef561a5b1857cc174158060ba0c Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 16 Feb 2019 08:40:03 +0900 Subject: [PATCH] =?utf8?q?comet2monitor=E3=81=A7=E3=80=81=E5=BC=95?= =?utf8?q?=E6=95=B0=E3=81=8C=E5=A4=9A=E3=81=99=E3=81=8E=E3=82=8B=E5=A0=B4?= =?utf8?q?=E5=90=88=E3=81=AE=E5=8B=95=E4=BD=9C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- src/monitor.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 09431a2..3c9753e 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -v0.5p5 +v0.5p6 diff --git a/src/monitor.c b/src/monitor.c index 69da165..99e27d8 100644 --- a/src/monitor.c +++ b/src/monitor.c @@ -242,7 +242,7 @@ void mon_dump(int argc, char *argv[]) } dumpmemory(start, end); if(argc > i) { - for(j = i; i < argc; j++) { + for(j = i; j < argc; j++) { if(j > i) { fprintf(stderr, " "); } -- 2.18.0