﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1142	"""basename"" not defined"	Michael Wood-Vasey	Paul Price	"Hi Paul,

In the latest CVS HEAD, r. 1.74 of 'src/ppStackLoop.c' inserted new code:

189a190,201
>     const char *tempDir = psMetadataLookupStr(NULL, recipe, ""TEMP.DIR""); // Directory for temporary images
>     if (!tempDir) {
>         psError(PS_ERR_BAD_PARAMETER_VALUE, false, ""Unable to find TEMP.DIR in recipe"");
>         return false;
>     }
>     const char *tempName = psMetadataLookupStr(NULL, config->arguments, ""OUTPUT""); // Name for temporary files
>     tempName = basename(tempName);
>     if (!tempName) {
>         psError(PS_ERR_BAD_PARAMETER_VALUE, false, ""Unable to construct basename for temporary files."");
>         return false;
>     }
> 

but there's no definition of the 'basename' function.  Where is this supposed to be defined?"	defect	closed	high		ppStack	2.6	minor	fixed		
