Fixed bug in potential reuse of args in vsnprintf

This commit is contained in:
Dmitry Boulytchev 2021-12-03 03:56:58 +03:00
parent 669a4288d7
commit f953814c76
3 changed files with 12 additions and 6 deletions

View file

@ -2,7 +2,7 @@ SHELL := /bin/bash
FILES=$(wildcard *.lama)
ALL=$(sort $(FILES:.lama=.o))
LAMAC=../src/lamac -ds
LAMAC=../src/lamac -g
all: $(ALL)