diff options
| author | Teddy Wing | 2018-10-30 03:53:52 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-10-30 03:53:52 +0100 |
| commit | d5fdc640ef95577da72743a431f58a6c93bb31d0 (patch) | |
| tree | 139c9c2e057a5eb4a38149ec886b69d937e400d8 /src | |
| parent | 330d3a0a70b2587e8e05dcddcc7c7991f12c825b (diff) | |
| download | dome-key-map-d5fdc640ef95577da72743a431f58a6c93bb31d0.tar.bz2 | |
dome_key_state_load_map_group(): Fix incorrect line wrapping
Otherwise the literal spaces are included in the string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ffi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ pub extern "C" fn dome_key_state_load_map_group(ptr: *mut State) { match xdg_dirs.get_config_home().to_str() { Some(config_home) => { error!( - "No mapping file found at '{}{}'. + "No mapping file found at '{}{}'. \ Using default mappings.", config_home, "mappings.dkmap" |
