Skip to content

Commit 9533749

Browse files
committed
vcard_test.c: debugging cruft
1 parent e052e13 commit 9533749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/libicalvcard/vcard_test.c

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ static void test_parse_file(const char *fname)
9999
memset(data, 0, filesize+1);
100100

101101
r = read(fd, data, filesize);
102+
fprintf(stderr, "read %d of %ld bytes\n'%s'\n", r, filesize, (char *) data);
102103
close(fd);
103104

104105
if (r < 0) {

0 commit comments

Comments
 (0)