comparison src/protocols/oscar/ft.c @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents 646ddb3a020b
children ec3e041dc3bd
comparison
equal deleted inserted replaced
8734:407c122d6191 8735:92cbf9713795
106 * 106 *
107 * Thanks to Graham Booker for providing this improved checksum routine, 107 * Thanks to Graham Booker for providing this improved checksum routine,
108 * which is simpler and should be more accurate than Josh Myer's original 108 * which is simpler and should be more accurate than Josh Myer's original
109 * code. -- wtm 109 * code. -- wtm
110 * 110 *
111 * This algorithim works every time I have tried it. The other fails 111 * This algorithm works every time I have tried it. The other fails
112 * sometimes. So, AOL who thought this up? It has got to be the weirdest 112 * sometimes. So, AOL who thought this up? It has got to be the weirdest
113 * checksum I have ever seen. 113 * checksum I have ever seen.
114 * 114 *
115 * @param buffer Buffer of data to checksum. Man I'd like to buff her... 115 * @param buffer Buffer of data to checksum. Man I'd like to buff her...
116 * @param bufsize Size of buffer. 116 * @param bufsize Size of buffer.