computerline1z / okapi

Automatically exported from code.google.com/p/okapi
0 stars 0 forks source link

Tikal doesn't accept the -approved arg #450

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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/o
kapi/applications/tikal/Main.java?spec=svn923b678ce5094ca51888a69b29349c695a6190
03&name=923b678ce509&r=923b678ce5094ca51888a69b29349c695a619003#435

it should be 

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

instead of

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

Original issue reported on code.google.com by Uli.Laeg...@gmail.com on 10 Mar 2015 at 11:54

GoogleCodeExporter commented 9 years ago
I'll correct it.
thanks for the report.

Original comment by yves.sav...@gmail.com on 10 Mar 2015 at 1:50

GoogleCodeExporter commented 9 years ago
This issue was closed by revision c1cacf5fa3fa.

Original comment by yves.sav...@gmail.com on 10 Mar 2015 at 1:55