*** empty log message ***

SVN Revision: 60
This commit is contained in:
Alexey Shchepin 2003-02-05 20:47:20 +00:00
parent 7f0e4e195e
commit 366044ee59
1 changed files with 4 additions and 1 deletions

View File

@ -218,7 +218,10 @@ process_offline(To, {xmlelement, _, _, Els}) ->
import_file(File) ->
start_link(File),
receive M -> M end.
receive
M -> M
after 1000 -> ok
end.
import_dir(Dir) ->
{ok, Files} = file:list_dir(Dir),