mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Add a comment saying where the code is broken and why.
This commit is contained in:
parent
cec127c569
commit
812e80c85a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user