Navigation


Changeset 403:26aafbbc1640 in freeDiameter for extensions/app_acct/acct_db.c


Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_acct/acct_db.c

    r292 r403  
    6464        size_t sql_allocd = 0; /* The malloc'd size of the buffer */
    6565        size_t sql_offset = 0; /* The actual data already written in this buffer */
    66         size_t p;
    6766        int idx = 0;
    6867        PGresult * res;
Note: See TracChangeset for help on using the changeset viewer.