Navigation


Changeset 709:19a9470de77a in freeDiameter for tests/testostr.c


Ignore:
Timestamp:
Feb 10, 2011, 10:49:09 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix a few compilations errors and warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/testostr.c

    r707 r709  
    9292               
    9393                /* The UTF-8 chars are considered valid */
    94                 CHECK( 1, fd_os_is_valid_DiameterIdentity((os0_t)TEST_IDN_UTF8, CONSTSTRLEN(TEST_IDN_UTF8) );
     94                CHECK( 1, fd_os_is_valid_DiameterIdentity((os0_t)TEST_IDN_UTF8, CONSTSTRLEN(TEST_IDN_UTF8) ) );
    9595               
    9696                /* The string should be passed unmodified */
Note: See TracChangeset for help on using the changeset viewer.