commit-hurd
[Top][All Lists]
Advanced

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

[mig] 02/02: Drop spurious change


From: Samuel Thibault
Subject: [mig] 02/02: Drop spurious change
Date: Mon, 26 Feb 2018 22:52:59 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository mig.

commit 3dcc4ac5481c6d7e49832472e7967d554e6d0a30
Author: Samuel Thibault <address@hidden>
Date:   Mon Feb 26 22:52:41 2018 +0000

    Drop spurious change
---
 utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils.c b/utils.c
index d6a2b72..a06001b 100644
--- a/utils.c
+++ b/utils.c
@@ -284,7 +284,7 @@ WriteStaticLongDecl(FILE *file, const ipc_type_t *it,
            strdealloc(dealloc));
     fprintf(file, "\t\t/* msgt_unused = */\t\t0\n");
     fprintf(file, "\t},\n");
-    fprintf(file, "\t\t/* msgtl_name = */\t(unsigned short) %s,\n",
+    fprintf(file, "\t\t/* msgtl_name = */\t%s,\n",
            inname ? it->itInNameStr : it->itOutNameStr);
     fprintf(file, "\t\t/* msgtl_size = */\t%d,\n", it->itSize);
     fprintf(file, "\t\t/* msgtl_number = */\t%d,\n", it->itNumber);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/mig.git



reply via email to

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