﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
596	psVectorCopy returns invalid error statement for NULL input	eugene	robert.desonia@…	"this function returns an error about psVectorSort rather than the correct error
message:

psVector.c:193-

psVector* psVectorCopy(psVector* output,
                       const psVector* input,
                       psElemType type)
{
    if (input == NULL) {
        psError(PS_ERR_BAD_PARAMETER_NULL, true,
                PS_ERRORTEXT_psVector_SORT_NULL);
        psFree(output);
        return NULL;
    }"	defect	closed	high		mathtypes	0.8.0	normal	fixed		
