kruton / tinyfugue

Tinyfugue MUD client (tf) with UTF-8 patches for Unicode MUDs.
http://tinyfugue.sourceforge.net/
Other
36 stars 21 forks source link

Handle unmatched attribute strings #19

Closed kruton closed 3 years ago

kruton commented 3 years ago

The existing code was checking for a NULL string after dereferencing it, so rearrange the code so it returns a blank_val first and then dereferencing if it is a valid Constring.

Fixes #17