Ignore:
Timestamp:
Jul 29, 2000, 4:10:09 PM (25 years ago)
Author:
bird
Message:

Added the CVS Id keyword to the header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wininet/utility.c

    r2624 r3898  
    1 /*
     1/* $Id: utility.c,v 1.2 2000-07-29 14:10:09 bird Exp $
     2 *
    23 * Wininet - Utility functions
    34 *
     
    3839        //Assert that the string is the expected length
    3940        if (tmpChar[TIME_STRING_LEN] != '\0')
    40         { 
     41        {
    4142                tmpChar[TIME_STRING_LEN] = '\0';
    4243                FIXME("\n");
     
    5960        SystemTime.tm_min = atoi(tmpChar+20);
    6061        SystemTime.tm_sec = atoi(tmpChar+23);
    61        
     62
    6263        //and month
    6364        tmpChar2 = tmpChar + 8;
Note: See TracChangeset for help on using the changeset viewer.