mirror of
https://github.com/curl/curl.git
synced 2026-04-20 05:01:14 +03:00
fixed typo
This commit is contained in:
parent
6c408c885a
commit
358b72bb12
1 changed files with 1 additions and 1 deletions
|
|
@ -1081,7 +1081,7 @@ sub singletest {
|
|||
|
||||
if($dumped_core) {
|
||||
print "core dumped!\n";
|
||||
if(0+ && $gdb) {
|
||||
if(0 && $gdb) {
|
||||
print "running gdb for post-mortem analysis:\n";
|
||||
open(GDBCMD, ">log/gdbcmd2");
|
||||
print GDBCMD "bt\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue