[Cpri-develop] cpri/src spooler.c,1.10,1.11
Brought to you by:
chrisan,
rasmusmyklebust
|
From: Rasmus M. <ras...@us...> - 2010-05-16 18:15:02
|
Update of /cvsroot/cpri/cpri/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26570 Modified Files: spooler.c Log Message: Fixed bug #3002469 Index: spooler.c =================================================================== RCS file: /cvsroot/cpri/cpri/src/spooler.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** spooler.c 21 Jan 2006 15:11:48 -0000 1.10 --- spooler.c 16 May 2010 18:14:51 -0000 1.11 *************** *** 136,140 **** q->sf = NULL; q->files--; ! remove(q->el->sfn); } if (el->buffer) --- 136,142 ---- q->sf = NULL; q->files--; ! s = MakeSpoolFilePath(el->sfn); ! remove(s); ! Release(s); } if (el->buffer) |