dee

Comment 0 for bug 1579529

Revision history for this message
Quick_Wango (quick-wango) wrote :

The compilation fails on my system (Archlinux) with a misleading-indentation warning (treated as an error due to line 1329 in dee-serializable-model.c using GCC 6.1.1

The pos++ statement is probably supposed to be executed with every loop iteration and not just once after the loop.