| Author | DaveJarvis <email> |
|---|---|
| Date | 2022-08-27 15:51:56 GMT-0700 |
| Commit | de1bd9edfd0695b4755db555566a1c60f7fbdd85 |
| Parent | 9245a41 |
| clue( "Main.status.export.concat", file ); | ||
| - if( validator.test( chapter.getAndIncrement() ) ) { | ||
| + if( validator.test( chapter.incrementAndGet() ) ) { | ||
| text.append( readString( file ) ); | ||
| } |
| Delta | 1 line added, 1 line removed |
|---|