mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Provide source code filename in *.po, so editors can show the source code
This commit is contained in:
parent
17a59b795f
commit
4947e97ccd
@ -217,7 +217,7 @@ format_location_list(L) ->
|
|||||||
"#: " ++ string:join(
|
"#: " ++ string:join(
|
||||||
lists:map(
|
lists:map(
|
||||||
fun({File, Pos}) ->
|
fun({File, Pos}) ->
|
||||||
io_lib:format("~s:~B", [File, Pos])
|
io_lib:format("~s.erl:~B", [File, Pos])
|
||||||
end, L),
|
end, L),
|
||||||
" ") ++ io_lib:nl().
|
" ") ++ io_lib:nl().
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user