[srvx-commits] CVS: services/src helpserv.c,1.63,1.64
Brought to you by:
entrope
|
From: Adrian D. <sai...@us...> - 2003-01-26 04:38:43
|
Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv3246
Modified Files:
helpserv.c
Log Message:
Properly list the *PageType options
Index: helpserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/helpserv.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -r1.63 -r1.64
*** helpserv.c 21 Jan 2003 00:56:27 -0000 1.63
--- helpserv.c 26 Jan 2003 04:38:40 -0000 1.64
***************
*** 2603,2607 ****
changed = 1;
}
! sprintf(target_name, "%sPageDest", (idx != PGSRC_COMMAND) ? page_source_names[idx] : "");
helpserv_notice(user, HSMSG_STRING_VALUE, target_name, page_type_names[hs->page_types[idx]]);
return changed;
--- 2603,2607 ----
changed = 1;
}
! sprintf(target_name, "%sPageType", (idx != PGSRC_COMMAND) ? page_source_names[idx] : "");
helpserv_notice(user, HSMSG_STRING_VALUE, target_name, page_type_names[hs->page_types[idx]]);
return changed;
|