Adjusted qstart/qend defaults
[citadel.git] / citadel / textclient / messages.c
index d55d3ba27d73f68104186501c65acda79788c223..6cc8f6a6f09017a81c321a9bbce98601d599afc8 100644 (file)
@@ -1354,7 +1354,7 @@ void process_quote(void)
        }
 
        qstart = intprompt("Begin quoting at", 1, 1, line);
-       qend = intprompt("  End quoting at", qstart, qstart, line);
+       qend = intprompt("  End quoting at", line, qstart, line);
 
        rewind(qfile);
        line = 0;