aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-03-05 06:31:02 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-03-05 06:31:02 +0200
commit14d85dc427a6b923dd0992bb27070087d585f789 (patch)
tree38e03a671d4c4d3166eae70578ee6bea375674bf /debug.c
parent264a7667d91d9399adc964d2a75f8b4e847cb972 (diff)
parentbed0aeffb78aa0d7eef182885efaee24c08a88ba (diff)
downloadegawk-14d85dc427a6b923dd0992bb27070087d585f789.tar.gz
egawk-14d85dc427a6b923dd0992bb27070087d585f789.tar.bz2
egawk-14d85dc427a6b923dd0992bb27070087d585f789.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 8df9ed0d..b55f3577 100644
--- a/debug.c
+++ b/debug.c
@@ -4851,7 +4851,7 @@ do_commands(CMDARG *arg, int cmd)
struct commands_item *c;
if (cmd == D_commands) {
- int num, type;
+ int num = -1, type;
if (arg == NULL)
type = has_break_or_watch_point(&num, true);
else {