mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-11 09:52:00 +02:00
Fix another instance of unknown format strings.
This commit is contained in:
@@ -873,7 +873,7 @@ char **cmdv;
|
||||
#endif
|
||||
execvp(*cmdv, cmdv);
|
||||
close(1);
|
||||
Panic(errno, *cmdv);
|
||||
Panic(errno, "%s", *cmdv);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user