X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=selector.c;h=7f64ebad916ffd831a5c8c590072250459953cb3;hp=2b51cf6d79b6f0b46eb66805bbec9208c741cd8f;hb=35992e31e1164181a66c5b8d63fb060d46c46195;hpb=0adedf1eeabf0bdb060e1bb4cfe8d5a8d3fd935d diff --git a/selector.c b/selector.c index 2b51cf6..7f64eba 100644 --- a/selector.c +++ b/selector.c @@ -291,7 +291,8 @@ int add_and_get_previous_index(struct hash_table_t *hash_table, /* We came back to our original code, which means that the table is full */ if(code == start) { - printf("Full hash table (that should not happen)\n"); + fprintf(stderr, + "Full hash table (that should not happen)\n"); exit(EXIT_FAILURE); } }