0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00

I just don't like files enclosed in <>.

This commit is contained in:
Pavel Machek 1999-03-02 13:15:35 +00:00
parent e834074dd4
commit 3d8ef0c9ef

View File

@ -40,7 +40,7 @@ config_parse(struct config *c)
{ {
struct proto_config *p; struct proto_config *p;
debug("Parsing configuration file <%s>\n", c->file_name); debug("Parsing configuration file `%s'\n", c->file_name);
new_config = c; new_config = c;
cfg_pool = c->pool; cfg_pool = c->pool;
cfg_mem = c->mem; cfg_mem = c->mem;