Social convert fix: in file db2.c

IN void load_socials( FILE *fp)

                            temp = fread_word(fp);
                            if (!strcmp(temp,"#0"))
Add this -->         {
Add this -->             maxSocial = social_count;
                                return;  /* done */
Add this -->         }
                        #if defined(social_debug)
                            else
Add this -->         {
                                 fprintf(stderr,"%s\n\r",temp);
Add this -->          }
                        #endif

Then at the end of this function

                            social_table[social_count] = social;
                            social_count++;
Rem this -->         maxSocial++;
                            }
                            return;
                        }

correct?

but now my question is what about dig?  been searching the archive (ALL
YEARS) and when i search for olc 2.01 I get stuff from 2.0 to I am really
starting to pule off my hair on this.  would someone be so kind of giving
alittle help on the dig stuff and perhaps on other issues on 2.01?


Reply via email to