view pixmaps/farted.xpm @ 4073:405340263d75

[gaim-migrate @ 4287] Also from David Kaelbling: Building gaim/0.59.6 on SGI IRIX 6.5, I found that the accept call in core.c'socket_readable was passing uninitialized memory around. The man page says: ... The addrlen is a value-result parameter. It should initially contain the amount of space pointed to by addr; on return it will contain the actual length (in bytes) of the address returned. If addr is zero, addrlen is ignored. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Dec 2002 03:06:34 +0000
parents bc8f5a2231b8
children
line wrap: on
line source

/* XPM */
static char * farted_xpm[] = {
"19 19 10 1",
" 	c None",
".	c #000000",
"+	c #CCCC00",
"@	c #FFFF00",
"#	c #D8D83F",
"$	c #666633",
"%	c #FFFFFF",
"&	c #FFCC00",
"*	c #FF9900",
"=	c #999933",
"      .......      ",
"    ..+@@@@@+..    ",
"   .+@@@@@@@@@+.   ",
"  .@@@@@@@@@@@@@.  ",
" .+@@@.@@@@@.@@@+. ",
" .@@@.@@@@@@@.@@@. ",
".#@@.$..@@@..$.@@+.",
".@@.$%.%.@.%.%$.@@.",
".@@@$%.%.@.%.%$@@@.",
".@@@&.%%.@.%%.&@@@.",
".@&&&&..@@@..&&&@@.",
".@&&**&@@@@@&**&&@.",
".+&****&@@@&****&+.",
" .&&*..&@@@&..*&&. ",
" .&&&=&.....&=&&&. ",
"  .&&&@@@@@@@&&&.  ",
"   .+*@@***@@*+.   ",
"    ..+@@@@@+..    ",
"      .......      "};