aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <david@xagasoft.com>2006-09-14 21:40:11 +0000
committerDavid <david@xagasoft.com>2006-09-14 21:40:11 +0000
commit9adf03ea002df33791109743e368f7420bf4043c (patch)
tree0cb9064728ecc3468c539c7523aa608932595786
parent2a5db53f266db4719e413ea713edc4e48329835d (diff)
downloadbuild-9adf03ea002df33791109743e368f7420bf4043c.tar.gz
build-9adf03ea002df33791109743e368f7420bf4043c.tar.bz2
build-9adf03ea002df33791109743e368f7420bf4043c.tar.xz
build-9adf03ea002df33791109743e368f7420bf4043c.zip
david - different debug dump...
Diffstat (limited to '')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4f0ecca..03004fc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -83,7 +83,7 @@ int main( int argc, char *argv[] )
83 if( prm.bDebug ) 83 if( prm.bDebug )
84 { 84 {
85 printf("\n\n----------\nDebug dump\n----------\n"); 85 printf("\n\n----------\nDebug dump\n----------\n");
86 bld.debugDump(); 86 pBuild->debugDump();
87 } 87 }
88 else 88 else
89 { 89 {