Update code that assumed a dictionary's encoding could be NULL.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Jun 2011 06:08:13 +0000 (23:08 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Jun 2011 06:13:31 +0000 (23:13 -0700)
Until recently, I think, it was possible for dict_get_encoding()
to return NULL.  It is no longer possible as far as I can see,
so this commit adds a comment that says so to the definition
of dict_get_encoding().  It also updates a few callers that
had checks for null pointers.


No differences found