[padb-devel] [padb] r264 committed - Abort if padb is called without either a mode or a input file specifie...

codesite-noreply at google.com codesite-noreply at google.com
Tue Sep 15 21:44:02 BST 2009


Revision: 264
Author: apittman
Date: Tue Sep 15 13:39:25 2009
Log: Abort if padb is called without either a mode or a input file  
specified.

http://code.google.com/p/padb/source/detail?r=264

Modified:
  /branches/cleanup/src/padb

=======================================
--- /branches/cleanup/src/padb	Tue Sep 15 11:53:35 2009
+++ /branches/cleanup/src/padb	Tue Sep 15 13:39:25 2009
@@ -4742,7 +4742,7 @@
      }

      if ( not $input_file
-        and ( $have_allfns_option > 1 ) )
+        and ( $have_allfns_option != 1 ) )
      {
          cmdline_error(
  "$prog: Error: you must specify only one of -x, -S, -s, -g, -q, -X or  
--kill\n"




More information about the padb-devel mailing list