﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
452	Signed arguments in psArray - requested revisions doc	David.Robbins@…	Paul Price	"The apidelta-report-cycle6 document requested the changing of arguments from 
unsigned to signed in the psArray functions list.  I have changed these to 
unsigned long instead of long.  We felt the functionality was better preserved 
through keeping these arguments unsigned.
ie.-
spec:  psArrayAlloc(long nalloc);
code:  psArrayAlloc(psU32 nalloc);

new:   psArrayAlloc(unsigned long nalloc);"	defect	closed	high		PSLib SDRS	unspecified	normal	fixed		robert.desonia@…
