Novos campos em bens para 2020.
[cascardo/declara.git] / lib / bem.c
index 57c4ef3..7c8d6b7 100644 (file)
--- a/lib/bem.c
+++ b/lib/bem.c
@@ -77,6 +77,8 @@ static struct bem * bem_new(char **args, int argc)
                }
        }
 
+       bem->dependente = 0; /* TODO */
+
        if (r < 0 || bem->codigo < 0 ||
            bem->valor_anterior < 0 || bem->valor < 0) {
                bem_free(bem);