another small change to metalbase

lance@fox.com
Fri, 9 Sep 94 10:09:02 PDT

This is another small change given to me by Manheimer.
It is in the Extensions/metalbase/mbase51/src/mb_inc.c file.

===================================================================
RCS file: /u/lance/CVS/python/Extensions/metalbase/mbase51/src/mb_inc.c,v
retrieving revision 1.1.1.1
diff -b -c -r1.1.1.1 mb_inc.c
*** 1.1.1.1 1994/09/02 17:54:13
--- mb_inc.c 1994/09/09 00:08:30
***************
*** 132,138 ****
*
*/

! for (pch = key; *pch == ' ' || *pch == '\t'; pch++)
;

i = 0;
--- 132,138 ----
*
*/

! for (pch = key; (pch != NULL) && (*pch == ' ' || *pch == '\t'); pch++)
;

i = 0;

--
Lance Ellinghouse                lance@fox.com