Use eprintf instead

This commit is contained in:
Khairul Azhar Kasmiran 2019-12-17 18:41:01 +08:00 committed by Anton Kochkov
parent 1485b03b7f
commit 8382e449e7

View File

@ -597,7 +597,7 @@ R_API int r_main_rabin2(int argc, char **argv) {
r_config_unserialize (core.config, config_sdb, NULL);
sdb_free (config_sdb);
} else {
printf ("Cannot open file specified in R2_CONFIG\n");
eprintf ("Cannot open file specified in R2_CONFIG\n");
}
free (tmp);
}