diff options
author | corvid <corvid@lavabit.com> | 2011-01-26 02:00:50 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-26 02:00:50 +0000 |
commit | 0ba2621dba5a58a84dee5944cd89acd5541b67a0 (patch) | |
tree | 8aede60bdfe146b10db84137cdd57bfc1fd51ade | |
parent | 2a51e4ae8a467b83ba98818cf52cf5e0b9270877 (diff) |
fix the temporary choice5 code
-rw-r--r-- | src/dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.cc b/src/dialog.cc index c4d3f0dc..5db6b54f 100644 --- a/src/dialog.cc +++ b/src/dialog.cc @@ -222,7 +222,7 @@ PORT1.3 return choice5_answer; #else -return fl_choice(QuestionTxt, alt1, alt2, alt3); +return 1 + fl_choice(QuestionTxt, alt1, alt2, alt3); #endif } |