# HG changeset patch # User Mark Doliner # Date 1049202983 0 # Node ID 8896e0894112911effed49bf54109d5e1f234ce8 # Parent 24c9a23df63be0730f4c2a8c3b4be0f6e46b5b57 [gaim-migrate @ 5282] I noticed that AOL was sending out this other TLV a day or two ago. committer: Tailor Script diff -r 24c9a23df63b -r 8896e0894112 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Tue Apr 01 08:43:51 2003 +0000 +++ b/src/protocols/oscar/oscar.c Tue Apr 01 13:16:23 2003 +0000 @@ -191,6 +191,8 @@ fu16_t iconcsumlen; fu8_t iconcsum[30]; + + double shoesize; }; struct name_data { @@ -1787,6 +1789,9 @@ free(b16); } + bi->shoesize = (rand()%5)+7; + if (rand()%2) bi->shoesize+=0.5; + serv_got_update(gc, info->sn, 1, info->warnlevel/10, signon, time_idle, type); return 1; @@ -3032,6 +3037,14 @@ g_free(tmp); g_free(status); } + + { + char *tmp; + tmp = yay; + yay = g_strdup_printf("%s\nShoe Size: %2.1f", tmp, bi->shoesize); + g_free(tmp); + } + return yay; } else { return NULL;