mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 16:40:57 +00:00
Use eprintf instead
This commit is contained in:
parent
1485b03b7f
commit
8382e449e7
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user