Add a comment saying where the code is broken and why.

This commit is contained in:
Pavel Roskin 2002-09-02 07:18:51 +00:00
parent cec127c569
commit 812e80c85a
1 changed files with 4 additions and 0 deletions

View File

@ -314,6 +314,10 @@ listmode_edit (char *oldlistformat)
/* display file info */
attrset (SELECTED_COLOR);
/*
* FIXME: Calling run_dlg() more than once doesn't work.
* This code is broken.
*/
run_dlg (listmode_dlg);
switch (listmode_dlg->ret_value) {