mnikhil-git / mscgen

Automatically exported from code.google.com/p/mscgen
GNU General Public License v2.0
0 stars 0 forks source link

wordwraparcs option not shown in parsed msc output #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
Create msc with wordwraparcs option.
2.
Convert to any output format with -p option on command line.

What is the expected output? What do you see instead?
The expected output should be:
d:\figures>mscgen -p -T png -i example.msc -o example.png
Option list (2 options)
00530EF0: wordwraparcs=1
00530EC8: hscale=0.8

What I see:
d:\figures>mscgen -p -T png -i example.msc -o example.png
Option list (2 options)
00530EF0: unknown=1
00530EC8: hscale=0.8

What version of mscgen are you using? On what operating system?
0.20, win7

Please provide any additional information below, including sample input
file:
Sample file attached.
Patch attached.

Original issue reported on code.google.com by balint.u...@gmail.com on 29 Mar 2013 at 8:15

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r201.

Original comment by Michael....@gmail.com on 29 Mar 2013 at 3:52

GoogleCodeExporter commented 8 years ago
This is now fixed in SVN.  I've also changed the code a little so this type of 
thing should generate a warning in future when compiled with gcc -Wall.

Thanks for reporting.

Original comment by Michael....@gmail.com on 29 Mar 2013 at 3:53