You would have to show me the code around the call the function for me to predict what should be in the brackets. What it is needing is a definition of what file to load socials from...
Stainless wrote: > Thats kinda odd. Should of compiled fine. All I did was change > grabar_socials to load_socials. Should of been there. So the file I should > put in there? I'm still kinda lost. I'm limited to changing out text so far > when it comes to coding. *grin* Thanks again for your help. > > What I'm meaning is you made reference to the second load_socials() <-- > What do I put in between the brackets? The name of the file to load or a > reference file? > If it is a reference file that would most likely be tablesave.c. Doesn't () > after an argument mean NULL? > > Dantin > > ----- Original Message ----- > From: "John Parisi" <[EMAIL PROTECTED]> > To: "Stainless" <[EMAIL PROTECTED]>; <[email protected]> > Sent: Thursday, November 15, 2001 7:02 AM > Subject: Re: Load_Socials > > > The second call to the function load_socials in db.c is too few in > arguments, > > got to show the file you wish to save with the call inside the ( )'s. > > > > Stainless wrote: > > > > > Sorry I have patched my newly translated Ivan's OLC 2.1 (english > version) to > > > rom24b6 and I'm having a problem compiling. The only problems I seem to > be > > > having is load_socials. Heres what I get when I compile. > > > > > > db.c:235: Conflicting types for 'load_socials' > > > db.c:277: too few arguments function 'load_socials' > > > > > > That seems to be the only problems. I corrected typos etc that fixed the > > > rest. In the original message is the grepped 'load_socials' I will send > this > > > updated one with all files included in the source. Any ideas? > > > > > > $ grep load_socials *.c > > > db.c:void load_socials args( ( FILE *fp ) ); > > > db.c: load_socials(); > > > db.c: else if ( !str_cmp( word, "SOCIALS" ) ) load_socials > > > (fpArea); > > > db2.c:void load_socials( FILE *fp) > > > tablesave.c:void load_socials (void) > > > tablesave.c: bugf( "load_socials : key %s > inexistente", > > > > > > Thanks for the help before hand. > > > > > > Dantin > > > > > > -- > > ROM mailing list > > [email protected] > > http://www.rom.org/cgi-bin/mailman/listinfo/rom

