Changeset 14613 for trunk/libtransmission/variant-test.c
- Timestamp:
- Dec 6, 2015, 10:13:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/variant-test.c
r14521 r14613 114 114 check_int_eq (0, err); 115 115 check_int_eq (4, len); 116 check (!strncmp ((c har*)str, "boat", len));116 check (!strncmp ((const char*)str, "boat", len)); 117 117 check (end == buf + 6); 118 118 str = NULL; … … 144 144 check_int_eq (0, err); 145 145 check_int_eq (3, len); 146 check (!strncmp ((c har*)str, "boa", len));146 check (!strncmp ((const char*)str, "boa", len)); 147 147 check (end == buf + 5); 148 148 str = NULL;
Note: See TracChangeset
for help on using the changeset viewer.