mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-31 13:27:36 +00:00
Don't print "<NULL>" when we use imgautoselect().
This commit is contained in:
parent
2be2f3b205
commit
83559c668a
@ -344,7 +344,8 @@ static int imgexec_exec ( int argc, char **argv ) {
|
||||
}
|
||||
|
||||
if ( ( rc = imgexec ( image ) ) != 0 ) {
|
||||
printf ( "Could not execute %s: %s\n", name, strerror ( rc ) );
|
||||
printf ( "Could not execute %s: %s\n",
|
||||
image->name, strerror ( rc ) );
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user