projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7cf059
)
comet2monitorで、引数が多すぎる場合の動作を修正
v0.5p6
author
j8takagi
<j8takagi@nifty.com>
Fri, 15 Feb 2019 23:40:03 +0000
(08:40 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Fri, 15 Feb 2019 23:40:03 +0000
(08:40 +0900)
VERSION
patch
|
blob
|
history
src/monitor.c
patch
|
blob
|
history
diff --git
a/VERSION
b/VERSION
index
09431a2
..
3c9753e
100644
(file)
--- a/
VERSION
+++ b/
VERSION
@@
-1,2
+1,2
@@
-v0.5p
5
+v0.5p
6
diff --git
a/src/monitor.c
b/src/monitor.c
index
69da165
..
99e27d8
100644
(file)
--- 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, " ");
}