1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

fixed typo

This commit is contained in:
Daniel Stenberg 2004-05-05 20:12:59 +00:00
parent 6c408c885a
commit 358b72bb12

View File

@ -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";