dotter

graphiz helpers
git clone git://deadbeef.fr/dotter.git
Log | Files | Refs | README | LICENSE

commit 2424e6d0122c5cb40df5770a725b49578c0d0da5
parent aa06d7c32f5d4c077045d7aebffcba60a4291e16
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Mon,  4 Sep 2023 17:35:11 +0200

uml: replace "error: " by "EE: " better spotted

Diffstat:
Muml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uml b/uml @@ -158,7 +158,7 @@ $1 == "val" { ++fields_cur; if ( fields_cur > fields_max ) { - error = "error: " + error = "EE: " } } if ( class_type == "class" )