AdaCore / adareducer

GNU General Public License v3.0
13 stars 2 forks source link

Fix coding error #16

Closed setton closed 2 years ago

setton commented 2 years ago

Reducer.apply_strategies_on_file is expected to return a character count: fix coding error where this was omitted, in the case where the file does not contain a root node.

Fixes a crash in this case.