Skip to content

Commit c8a3587

Browse files
committed
fix last commit
1 parent 3ba2cd9 commit c8a3587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Examples/meshCurvature.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ int main( int argc, char *argv[] )
5555
char* value = argv[ArgumentsIndex + 1];
5656

5757
if (strcmp(key, "-o") == 0) {
58-
outputFile = argv[ 2 ];
58+
outputFile = value;
5959
}
6060

6161
if (strcmp(key, "-t") == 0) {

0 commit comments

Comments
 (0)