comparison src/util.c @ 13464:974fffde9f60

[gaim-migrate @ 15839] Fix the indentation here so it's clear which block this belongs to. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 08 Mar 2006 21:13:37 +0000
parents d973e6ba65ac
children 14fa5c324573
comparison
equal deleted inserted replaced
13463:f527fadcb5c5 13464:974fffde9f60
754 754
755 if (!sscanf(c, "%04d", &t->tm_year)) 755 if (!sscanf(c, "%04d", &t->tm_year))
756 { 756 {
757 if (rest != NULL && *c != '\0') 757 if (rest != NULL && *c != '\0')
758 *rest = c; 758 *rest = c;
759 return 0; 759 return 0;
760 } 760 }
761 t->tm_year -= 1900; 761 t->tm_year -= 1900;
762 } 762 }
763 else if (*c == 'T' || *c == '.') 763 else if (*c == 'T' || *c == '.')
764 { 764 {