Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b0e92acd
Commit
b0e92acd
authored
Jul 07, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fuser_full_name): Declare p, q and r as unsigned char *.
parent
825e7e55
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/editfns.c
src/editfns.c
+2
-2
No files found.
src/editfns.c
View file @
b0e92acd
...
...
@@ -692,7 +692,7 @@ name, or \"unknown\" if no such user could be found.")
Lisp_Object
uid
;
{
struct
passwd
*
pw
;
register
char
*
p
,
*
q
;
register
unsigned
char
*
p
,
*
q
;
extern
char
*
index
();
Lisp_Object
full
;
...
...
@@ -719,7 +719,7 @@ name, or \"unknown\" if no such user could be found.")
/* Substitute the login name for the &, upcasing the first character. */
if
(
q
)
{
register
char
*
r
;
register
unsigned
char
*
r
;
Lisp_Object
login
;
login
=
Fuser_login_name
(
make_number
(
pw
->
pw_uid
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment