X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=data1%2Fd1_soif.c;h=652e60c10fcd7a00a1ae498869336a1e5921565e;hp=94abb622fd88a20f12abe7d84c5753ccd7f0c054;hb=e4c6861efeeea654bfb00c5f0239ee258629d77f;hpb=ac13dceecd5f75669820819575daf88e0add5c8d diff --git a/data1/d1_soif.c b/data1/d1_soif.c index 94abb62..652e60c 100644 --- a/data1/d1_soif.c +++ b/data1/d1_soif.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) 2004-2013 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -78,7 +78,7 @@ char *data1_nodetosoif (data1_handle dh, data1_node *n, int select, int *len) char buf[128]; wrbuf_rewind(b); - + if (n->which != DATA1N_root) return 0; sprintf(buf, "@%s{\n", n->u.root.type);