Tikal doesn't accept the -approved arg

Issue #450 resolved
Former user created an issue

Original issue 450 created by Uli.Laege... on 2015-03-10T11:54:38.000Z:

This is an reopening from issue #444.

I think in line 434 of Main.java

https://code.google.com/p/okapi/source/browse/okapi/tikal/src/main/java/net/sf/okapi/applications/tikal/Main.java?spec=svn923b678ce5094ca51888a69b29349c695a619003&name=923b678ce509&r=923b678ce5094ca51888a69b29349c695a619003comment 43.5

it should be

else if ( args.equals("-approved") ) {

instead of

else if ( args.equals("approved") ) {

Comments (2)

  1. Former user Account Deleted
    • changed status to open

    Comment 1. originally posted by @ysavourel on 2015-03-10T13:50:34.000Z:

    I'll correct it.
    thanks for the report.

  2. Log in to comment