Changeset 11 in libcf for trunk/src/cf_socket.c


Ignore:
Timestamp:
01/31/13 00:16:06 (11 years ago)
Author:
cheese
Message:

#1 add logging module (working), fix some bug code and move NAME_LENGTH definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_socket.c

    r7 r11  
    5858    int result = 0;
    5959
    60     if (!CF_Socket_IsInitialized ())
    61         return CF_ERROR_SOCKET_NOT_INITIALIZED;
     60    CHECK_SOCKET_INIT ();
    6261
    6362#ifdef WIN32
Note: See TracChangeset for help on using the changeset viewer.