summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorulrich.bauer@gmail.com <ulrich.bauer@gmail.com@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-09-13 10:44:39 +0000
committerulrich.bauer@gmail.com <ulrich.bauer@gmail.com@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-09-13 10:44:39 +0000
commitf2766decb15c220b609bc09530b9713a702e4a81 (patch)
tree8b4a13d02974da6c493b0c7ea0d34ba36b82b08d
parent064e056c2230223d54693b74f76f7509c33c95ad (diff)
use save binary bug
git-svn-id: https://phat.googlecode.com/svn/trunk@138 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
-rw-r--r--src/convert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/convert.cpp b/src/convert.cpp
index 3411e36..5b4d7a0 100644
--- a/src/convert.cpp
+++ b/src/convert.cpp
@@ -78,7 +78,7 @@ int main( int argc, char** argv )
if( use_dualize )
dualize( matrix );
- if( use_binary )
+ if( use_save_binary )
matrix.save_binary( output_filename );
else
matrix.save_ascii( output_filename );