Tomasz Rybak wrote:
Dnia 21-08-2005, nie o godzinie 17:26 +0000, Andreas Pflug napisaƂ(a):



 actionFactory::actionFactory(menuFactoryList *list) : menuFactory(list)
 {
+       if (list){
     id = list->GetCount()+MNU_ACTION -1;
+       } else {
+               id = 0;
+       }

Yes, this fix is correct; the initial tooltipFactory is called with no menuFactoryList present, thanks for reporting.

Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to