You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
330 B
12 lines
330 B
11 months ago
|
--- nvptx-tools/nvptx-as.c.jj 2017-01-20 12:40:18.000000000 +0100
|
||
|
+++ nvptx-tools/nvptx-as.c 2017-01-20 12:43:53.864271442 +0100
|
||
|
@@ -939,7 +939,7 @@ fork_execute (const char *prog, char *co
|
||
|
fatal_error ("%s: %m", errmsg);
|
||
|
}
|
||
|
else
|
||
|
- fatal_error (errmsg);
|
||
|
+ fatal_error ("%s", errmsg);
|
||
|
}
|
||
|
do_wait (prog, pex);
|
||
|
}
|