]> git.eshelyaron.com Git - emacs.git/commit
Fix small bug in copy_string_contents.
authorPhilipp Stephani <phst@google.com>
Fri, 3 Apr 2020 19:49:59 +0000 (21:49 +0200)
committerPhilipp Stephani <phst@google.com>
Fri, 3 Apr 2020 19:49:59 +0000 (21:49 +0200)
commit452d776a5da3f25ec1ce3a632c5df8db80b507ef
treef08eebae1fe26bed80212a446727db6f301ae6c9
parentfa823653ffb0e3e893d30daa5abf68e909934e2e
Fix small bug in copy_string_contents.

* src/emacs-module.c (module_copy_string_contents): Fix incorrect
variable use.  In this branch 'lisp_str_utf8' is always nil, so it
makes little sense to add it as error data.
src/emacs-module.c