1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

libDtUtil: Cov 88123

This commit is contained in:
Peter Howkins 2018-08-11 00:30:24 +01:00
parent cb363a5965
commit 8982069031

View file

@ -1615,7 +1615,7 @@ char *_DtHelpParseAccessFile(
char *pAccessFile = NULL;
char *tmpSpec=NULL;
char *returnStr=NULL;
char *strtok_ptr;
char *strtok_ptr=NULL;
tmpSpec = XtNewString(specification);