From 77f6e46b81d5f6583242fcbbc87c4b2f44bc9b3e Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 23 Jul 2003 13:52:18 -0500 Subject: [svn-r7257] Purpose: bug fix Description: if the user incorrectly put the option -n20 (instead of -n 20) as the last argument h5diff tried to parse the 20 as an extra argument, causing a failure if ('-' !=argv[i+1][0] ) Solution: add an extra test for the case that option is the last argument if ( i