X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=rset%2Frsm_or.c;h=8f5ea3355ebf7dffb3a04f66a2bd46907ece6da4;hb=7887042844aef0c6f3d2b711e315abe91c26d211;hp=1fee32e6d78456e7a9a9742088a26a7b69c3e559;hpb=6693bfefd0758c7679282ec57e7b3cb1a2f4f55f;p=idzebra-moved-to-github.git diff --git a/rset/rsm_or.c b/rset/rsm_or.c index 1fee32e..8f5ea33 100644 --- a/rset/rsm_or.c +++ b/rset/rsm_or.c @@ -1,4 +1,4 @@ -/* $Id: rsm_or.c,v 1.18 2004-08-06 13:14:47 adam Exp $ +/* $Id: rsm_or.c,v 1.19 2004-08-16 16:17:49 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -42,7 +42,7 @@ static int r_write (RSFD rfd, const void *buf); static const struct rset_control control = { - "multi-or", + "m-or (old)", r_create, r_open, r_close,