Skip to content

Commit a8bfed9

Browse files
jkbonfielddaviesrob
authored andcommitted
Avoid using __FUNCTION__.
1 parent 1274083 commit a8bfed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cram/cram_codecs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3364,7 +3364,7 @@ int cram_byte_array_len_decode(cram_slice *slice, cram_codec *c,
33643364
if (len < 0 || (len > *out_size &&
33653365
!(val_codec->codec == E_EXTERNAL &&
33663366
val_codec->u.external.type == E_BYTE_ARRAY_BLOCK))) {
3367-
fprintf(stderr, "Attempted overrun detected in %s\n", __FUNCTION__);
3367+
fprintf(stderr, "Error: overflow in cram_byte_array_len_decode.\n");
33683368
return -1;
33693369
}
33703370

0 commit comments

Comments
 (0)