K 10 svn:author V 6 cognet K 8 svn:date V 27 2003-04-14T14:44:36.000000Z K 7 svn:log V 165 Use while (*controlp != NULL) instead of do ... while (*control != NULL) There are valid cases where *controlp will be NULL at this point. Discussed with: dwmalone END