diff options
Diffstat (limited to 'src/ring.cpp')
-rw-r--r-- | src/ring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ring.cpp b/src/ring.cpp index c3fec3f..f944e40 100644 --- a/src/ring.cpp +++ b/src/ring.cpp @@ -337,7 +337,7 @@ StateEditFile::do_edit(tecoInt id) void StateEditFile::initial(void) { - tecoInt id = expressions.pop_num_calc(1, -1); + tecoInt id = expressions.pop_num_calc(0, -1); allowFilename = true; |