|
From: Roland R. <rr...@gu...> - 2000-12-18 17:15:37
|
What about if all the calls to malloc and free were replaced with function
pointers so the app could provide its of malloc and free routines if it
wanted, or if icqlib did try to free abything malloced by the app.
Does anybody know if file transfers work in the Win32 version?
Also:
When a user profile tells that the user is in France, Miranda says Monaco.
I think the problem is in util.c
icq_ArrayType icq_Countries[] = {
{"USA",1},
{"Russia",7},
{"Egypt",20},
{"South Africa",27},
{"Greece",30},
{"Netherlands",31},
{"Belgium",32},
{"France",33},
{"Monaco",33}, <---- remove this line
{"Spain",34},
I think that Monaco uses french telecom, they share the phone country code
with France. They does not have country number (Still a stupidness from
Mirabillis, they also prevent users to say that I speak Breton language,
because they use number in the language list, and Breton is not in their
list).
and
Found a couple misspellings of the country field in the User Details.
* Costa Rica (not Costa Rice)
* Colombia (not Columbia)
Roland Rabien
http://miranda-icq.sourceforge.net/
|