|
From: Gordon K. <kin...@us...> - 2004-04-15 14:54:47
|
Update of /cvsroot/teem/teem/src/mite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1762 Modified Files: txf.c Log Message: comment change Index: txf.c =================================================================== RCS file: /cvsroot/teem/teem/src/mite/txf.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** txf.c 4 Mar 2004 14:04:08 -0000 1.20 --- txf.c 15 Apr 2004 14:54:38 -0000 1.21 *************** *** 499,503 **** if (!isp->kind) { /* we got a NULL kind (as happens with output of ! gageItemSpecNew()); only NULL return is sensible */ return NULL; } --- 499,504 ---- if (!isp->kind) { /* we got a NULL kind (as happens with output of ! gageItemSpecNew(), or miteVariableParse of an ! empty string); only NULL return is sensible */ return NULL; } |