mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
b375236b53
What steps will reproduce the problem? * View some text (log) file (F3), or edit (F4). * Open search dialog (F7). * Enter string starting with space and ending with space (I used " ERROR " without quotes), press Enter * Press F7 to open search dialog again. What is the expected output? * Original string in search dialog (" ERROR " without quotes) What do you see instead? * "ERROR " (without leading space!) What solution? * In function mc_config_set_string_raw() use g_key_file_set_string() instead of g_key_file_set_value() * change src/learn.c for handle new behavior * write some tests for new behavior Signed-off-by: Slava Zanko <slavazanko@gmail.com> |
||
---|---|---|
.. | ||
mcconfig | ||
library_independ.c | ||
Makefile.am |