1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

DtHelp: Coverity (memory corruption)

This commit is contained in:
Jon Trulson 2014-12-26 13:42:23 -07:00
parent caf4929c41
commit 9751abddff

View file

@ -1204,7 +1204,7 @@ void _DtHelpPrintJob(
Boolean printTocIndex, Boolean printTocIndex,
char * topicTitle) char * topicTitle)
{ {
char * argv[20]; char * argv[40];
char * quotes="''"; char * quotes="''";
int i; int i;
int pid; int pid;