logo separator

[mkgmap-dev] bug in name command when combined with continue with_actions

From Steve Ratcliffe steve at parabola.me.uk on Wed Mar 24 23:49:18 GMT 2010

Hi

> key=value {name 'alpha'}       [0x6005 resolution 20 continue with_actions]
> key=value {name 'bravo'}       [0x5001 resolution 20 continue with_actions]

> key=value {set name="alpha"}   [0x6005 resolution 20 continue with_actions]
> key=value {set name="bravo"}   [0x5001 resolution 20 continue with_actions]

> then I will get the two symbols with the correct names alpha and bravo.

> key=value {name 'alpha'}       [0x6005 resolution 20 continue]
> key=value {name 'bravo'}       [0x5001 resolution 20 continue]
>
> then I will again get the two symbols with the correct names alpha and bravo.

The difference is down to the 'name' command being like 'add' and not
like 'set'.  If you use add instead of set, then it behaves
consistently with the way that name behaves.

..Steve



More information about the mkgmap-dev mailing list