--- sbbs/src/sbbs3/dat_rec.c 2018/04/24 16:41:24 1.1 +++ sbbs/src/sbbs3/dat_rec.c 2018/04/24 16:43:47 1.1.1.2 @@ -2,7 +2,7 @@ /* Synchronet text data-related routines (exported) */ -/* $Id: dat_rec.c,v 1.1 2018/04/24 16:41:24 root Exp $ */ +/* $Id: dat_rec.c,v 1.1.1.2 2018/04/24 16:43:47 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * @@ -41,7 +41,7 @@ /* Places into 'strout' CR or ETX terminated string starting at */ /* 'start' and ending at 'start'+'length' or terminator from 'strin' */ /****************************************************************************/ -void DLLCALL getrec(char *strin,int start,int length,char *strout) +void DLLCALL getrec(const char *strin,int start,int length,char *strout) { int i=0,stop;