emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/x_emacs 1df2f60 2/3: fixup! Rename non-X x_* ident


From: Alexander Gramiak
Subject: [Emacs-diffs] scratch/x_emacs 1df2f60 2/3: fixup! Rename non-X x_* identifiers 2
Date: Thu, 25 Apr 2019 10:46:12 -0400 (EDT)

branch: scratch/x_emacs
commit 1df2f604907b511af1de9ce5d5a77837bd02ab3a
Author: Alexander Gramiak <address@hidden>
Commit: Alexander Gramiak <address@hidden>

    fixup! Rename non-X x_* identifiers 2
---
 src/w32reg.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/w32reg.c b/src/w32reg.c
index e8201d3..844e561 100644
--- a/src/w32reg.c
+++ b/src/w32reg.c
@@ -22,6 +22,7 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 #include <config.h>
 #include "lisp.h"
 #include "blockinput.h"
+#include "w32term.h"
 
 #include <stdio.h>
 
@@ -142,7 +143,7 @@ w32_get_string_resource_1 (const char *name, const char 
*class, DWORD dwexptype)
 const char *
 w32_get_string_resource (void *v_rdb, const char *name, const char *class)
 {
-  const char *rdb = *((const char *)v_rdb);
+  const char *rdb = v_rdb;
 
   if (rdb)
     {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]