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 88127

This commit is contained in:
Peter Howkins 2018-08-11 00:31:12 +01:00
parent 8982069031
commit e620df0d0d

View file

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