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

