Re: Problems with the Poll.patch

From: Kevin Dethlefs (Demortes@msn.com)
Date: 03/25/02


According to syslog and your log positions....

log("setup_new_poll: Starting setup of poll #%d", polls_top);
  polls_index[polls_top].number = pollnum;
  polls_index[polls_top].name= str_dup("New Poll");
  polls_index[polls_top].desc = str_dup("A New Poll");
  polls_index[polls_top].first_choice = str_dup("choice1");
  polls_index[polls_top].second_choice = str_dup("choice2");
  polls_index[polls_top].third_choice = str_dup("choice3");
  polls_index[polls_top].fourth_choice = str_dup("choice4");
  polls_index[polls_top].fifth_choice = str_dup("choice5");

  for (i=0; i<=4; i++)
    polls_index[polls_top].percents[i] = 0;

  polls_index[polls_top].is_new = TRUE;
  polls_index[polls_top].status = POLL_FUTURE;


is the prob.

remember that I had problems with my index directory.... the double slash
deal and so on. Now what?
Totally crazy (and loving every minute of it),
Kevin
--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT