comparison plugins/yay/libyahoo.c @ 1135:903a6d0938c7

[gaim-migrate @ 1145] um committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 26 Nov 2000 05:56:57 +0000
parents 4416ead31db7
children b167222b5c93
comparison
equal deleted inserted replaced
1134:f6e8953a9c5e 1135:903a6d0938c7
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
1 /* 2 /*
2 Yahoo Pager Client Library 3 Yahoo Pager Client Library
3 4
4 This code is based on code by Douglas Winslow. The original info from 5 This code is based on code by Douglas Winslow. The original info from
5 his code is listed below. This code has taken his code and has been 6 his code is listed below. This code has taken his code and has been
3065 3066
3066 if (tmpid->status == YAHOO_STATUS_CUSTOM) 3067 if (tmpid->status == YAHOO_STATUS_CUSTOM)
3067 { 3068 {
3068 delim[0] = 1; 3069 delim[0] = 1;
3069 delim[1] = ','; 3070 delim[1] = ',';
3070 delim[1] = 0; 3071 delim[2] = 0;
3071 tmp1 = strtok(NULL, delim); 3072 tmp1 = strtok(NULL, delim);
3072 } 3073 }
3073 else 3074 else
3074 { 3075 {
3075 i = 2; 3076 i = 2;