From: fredrik Date: Sat, 21 Apr 2007 02:17:29 +0000 (+0000) Subject: Fix alignment creation bug. X-Git-Tag: 0.4~114 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=b699c67f4dbf9043077a00c70c9b128c5c4d22b7 Fix alignment creation bug. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@956 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/common/makegdesc b/common/makegdesc index 99a8314..f1df250 100755 --- a/common/makegdesc +++ b/common/makegdesc @@ -224,16 +224,19 @@ sub printwidgets } else { print "0.5"; } + print ", "; if(defined($widget->{"ya"})) { print $widget->{"ya"}; } else { print "0.5"; } + print ", "; if(defined($widget->{"xs"})) { print $widget->{"xs"}; } else { print "1.0"; } + print ", "; if(defined($widget->{"ys"})) { print $widget->{"ys"}; } else {