===================================================================
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