X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=data1%2Fd1_soif.c;fp=data1%2Fd1_soif.c;h=fa814c564469efb7ed0e216cea1c7779a485233f;hp=94abb622fd88a20f12abe7d84c5753ccd7f0c054;hb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;hpb=0052fb5520062c328006dc3537f39d28e88f3579 diff --git a/data1/d1_soif.c b/data1/d1_soif.c index 94abb62..fa814c5 100644 --- a/data1/d1_soif.c +++ b/data1/d1_soif.c @@ -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);