From f2766decb15c220b609bc09530b9713a702e4a81 Mon Sep 17 00:00:00 2001 From: "ulrich.bauer@gmail.com" Date: Fri, 13 Sep 2013 10:44:39 +0000 Subject: use save binary bug git-svn-id: https://phat.googlecode.com/svn/trunk@138 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- src/convert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit v1.2.3